Page 1 of 1
Custom SNMP Poll
Posted: Fri Mar 07, 2014 11:30 am
by costanza2k1
Hi all I'm successfully polling for active sessions within VPN, is there anyway to send out a warning when there are less than 40 active users and a critical when there are more than 60? I know how to send a warning where are 40 or more, but have never done anything less.
Re: Custom SNMP Poll
Posted: Fri Mar 07, 2014 11:38 am
by sreinhardt
If you are using check_snmp or something else that supports the official
plugin threshold formats, there absolutely is!
It would probably be warning and critical flags of "-w 40: -c :60" meaning warn if less than 40, do not warn from 40-60 and critical if above 60. Is that what you were looking for?
Re: Custom SNMP Poll
Posted: Fri Mar 07, 2014 11:56 am
by costanza2k1
sreinhardt wrote:If you are using check_snmp or something else that supports the official
plugin threshold formats, there absolutely is!
It would probably be warning and critical flags of "-w 40: -c :60" meaning warn if less than 40, do not warn from 40-60 and critical if above 60. Is that what you were looking for?
Thank you so much! We're rolling now, you guys rock!
Re: Custom SNMP Poll
Posted: Fri Mar 07, 2014 12:05 pm
by sreinhardt
You're welcome, glad that was what you were looking for!