WebNMS Developer Forums
Click on Join Now to Sign Up
Hi All,
Below are some of the queries which I would like to understand on How to define them in WebNMS –
At Time T0 say, one of nodes indicates faulty condition (say Over Temperature state) and generates trap with OID X with severity as Major.
At Time T1, The operator takes corrective actions and brings down the temperature of the node resulting in trap with OID Y with clear severity.
Question 1>> How do we instruct WebNMS such that when trap Y arrives, both the traps i.e. X and Y gets closed automatically ?
At Time T0 say, one of nodes indicates faulty condition (say Over Temperature state) and generates trap with OID X with severity as Major.
At Time T1 say, same node indicates further rise in temperature and crosses Critical threshold condition generating trap with OID Y with severity as Minor
At Time T2, The operator takes corrective actions and brings down the temperature of the node resulting in trap with OID Z with clear severity.
Question 2>> How do we instruct WebNMS such that when trap Z arrives, all the traps i.e. X, Y and Z gets closed automatically ?
At Time T0 say, one of nodes indicates faulty condition (say Over Temperature state) and generates trap with OID X with severity as Normal. However the perceived severity (actual severity carried by the trap as part of the varbind) is as follows: 1 – Critical, 2 - Major, 3 – Minor, 4 - Clear
Question 3>> How do we instruct WebNMS such that as soon as the trap arrives, WebNMS should parse the severity value from the varbind and accordingly automatically update the severity of the trap in the event/alarm browser.
Question 4 >> If first, trap X comes with actual severity as 1(critical) and then the same trap X comes with actual severity as 4(clear), is it possible to close both the events/alarms automatically?