Discussion:
SNMP Agent Down Question
Batman
2011-11-29 16:08:31 UTC
Permalink
Batman [http://community.zenoss.org/people/Batman] created the discussion

"SNMP Agent Down Question"

To view the discussion, visit: http://community.zenoss.org/message/62857#62857

--------------------------------------------------------------
Is there a way to change the "SNMP Agent Down" alert from a error alert (Orange) to a critical alert (Red).

The reason why I ask is we monitor just Access Points and rely on SNMP to report signal stats and connected subscribers etc and wish to have thresholds that report error alerts and any "SNMP agent downs" reported as critical.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62857#62857]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
cgriebel
2011-11-29 20:59:44 UTC
Permalink
cgriebel [http://community.zenoss.org/people/cgriebel] created the discussion

"Re: SNMP Agent Down Question"

To view the discussion, visit: http://community.zenoss.org/message/62891#62891

--------------------------------------------------------------
Event class transforms will do the trick. 
See:
http://community.zenoss.org/docs/DOC-9437#d0e7215 http://community.zenoss.org/docs/DOC-9437#d0e7215
and then
http://community.zenoss.org/docs/DOC-2554 http://community.zenoss.org/docs/DOC-2554

Post back if you get stuck.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62891#62891]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Batman
2011-11-29 21:38:38 UTC
Permalink
Batman [http://community.zenoss.org/people/Batman] created the discussion

"Re: SNMP Agent Down Question"

To view the discussion, visit: http://community.zenoss.org/message/62908#62908

--------------------------------------------------------------
I was able to get it to work with:

if evt.message.find("SNMP agent down") >=0 and evt.severity != 0:evt.severity = 5
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/62908#62908]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...