Won't Fix
Details
Assignee
OpenNMS Bug Mailing ListOpenNMS Bug Mailing ListReporter
tim de giertim de gierComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
OpenNMS Bug Mailing List
OpenNMS Bug Mailing ListReporter
tim de gier
tim de gierComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 2, 2007 at 9:52 AM
Updated January 27, 2017 at 4:32 PM
Resolved November 2, 2007 at 10:55 PM
There seems to be an error handeling of the categories.xml file.
I have a node with ID 32, which is in categories.xml file under a category links. This node however also shows up in another category(test) in the webUI which doesn't have the nodeID in the ruleset.
Xml code:
<category>
<label><![CDATA[demo]]></label>
<comment>This category shows the uptime of the test hosts.</comment>
<normal>99.99</normal>
<warning>97</warning>
<service>ICMP</service>
<rule><![CDATA[nodeID == 18]]></rule>
</category>
<category>
<label><![CDATA[Links]]></label>
<comment>This category reflects availability of interfaces in the core network.</comment>
<normal>99.99</normal>
<warning>97</warning>
<service>ICMP</service>
<rule><![CDATA[(nodeID == 11 | nodeID == 15 | nodeID == 12 | nodeID == 23 | nodeID == 16 | nodeID == 32)]]></rule>
</category>
NodeID 32 shows up in links and demo.