All SNMP events have empty msg slot. |
Legacy ID:KA342407 All SNMP events have empty msg slot.
It is possible to create a refine rule to resolve this:
1) In the %MCELL_HOME%\etc\<cell>kb\rules directory on the cell machine create a file such as snmp_refine.mrl with the following:
refine fixSNMPMsg: SNMP_TRAP($EV)
{ $EV.msg = concat($EV.snmp_vals); } END 2) In the %MCELL_HOME%\etc\<cell>kb\rules directory on the cell machine modify file .load to include snmp_refine
3) Open command window, cd into the %MCELL_HOME%\etc\<cell>\kb directory and run:
mccomp -v manifest.kb
to recompile the kb.
4) Restart the cell. |