Error in handeling categories.xml file

Description

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.

Environment

Operating System: Linux Platform: PC

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

David Hustace November 2, 2007 at 10:55 PM

Filter rules are for IP addresses so when you specify the nodeid you get back a list of IP addresses from the ipinterface table that have all have that nodeid. I suspect that one of the nodes in the "Links" category has a duplicate IP found in node 18.

The category model will be improved at a later time.

Won't Fix

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

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