Skip to:
The logmsg message of interfaceOper-Admin-up-Down event use the following data:
<logmsg dest='logndisplay'>Operational status Down: interface: ifname=%parm[snmpifname]% ifindex=%parm[snmpifindex]% ifdescr=%parm[snmpifdescr]%</logmsg>
The rendering of = causes the marshall/unmarshall to escape or not the value.
This is not in the opennms best practice becouse ussually is used : to separate the var name to the var value.
fixed in master[master bccf6fa]
To ssh://rssntn67@opennms.git.sourceforge.net/gitroot/opennms/opennmsdea6566..f698c75 master -> master
The logmsg message of interfaceOper-Admin-up-Down event use the following data:
<logmsg dest='logndisplay'>Operational status Down: interface: ifname=%parm[snmpifname]% ifindex=%parm[snmpifindex]% ifdescr=%parm[snmpifdescr]%
</logmsg>
The rendering of = causes the marshall/unmarshall to escape or not the value.
This is not in the opennms best practice becouse ussually is used : to separate the var name to the var value.