Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Meridian-2017.1.10
-
Fix Version/s: Meridian-2019.1.0, 25.1.0
-
Component/s: None
-
Security Level: Default (Default Security Scheme)
-
Labels:
-
Epic Link:
-
Sprint:Horizon 2019 - October 16th
Description
The Description of the default uei is incorrect.
The uei is to notify of an interface being Adminup but eh desc states admin down.
Here is the default configuration in /opt/opennms/events/opennms.events.xml
<event>
<uei>uei.opennms.org/nodes/snmp/interfaceAdminUp</uei>
<event-label>OpenNMS-defined node event: snmp interface Admin Status Up</event-label>
<descr><p>The administration status of interface is down
</p> <p>This event is generated when an snmp poll on interface find the administration status up.
</p>
<p>Params %parm[all]% </p></descr>
<logmsg dest="logndisplay">Administration status Up on interface ifname:%parm[snmpifname]% ifindex:%parm[snmpifindex]% ifdescr:%parm[snmpifdescr]%</logmsg>
<severity>Normal</severity>
<alarm-data reduction-key="%uei%:%dpname%:%nodeid%:%interface%:%parm[snmpifindex]%" alarm-type="2" clear-key="uei.opennms.org/nodes/snmp/interfaceAdminDown:%dpname%:%nodeid%:%interface%:%parm[snmpifindex]%" auto-clean="false"/>
</event>
//////////////////////
The description shows this:
<descr><p>The administration status of interface is down
but the uei is for adminup so the description should show:
<descr><p>The administration status of interface is up