Hello,
We use a ton of snmp v3 interface checks to graph bandwidth etc...
Is there a way to check snmp is working first and then do the checks? I feel like there is a mechanism in place in nagiosxi, but i am not sure.
snmp
Re: snmp
As far as I know this is not how it behaves by default. I could actually see this resulting in more overhead as you'd have to run an additional check for each device before running the next check. Maybe with some clarification on the scope of this, we could provide an alternate solution.
Former Nagios Employee.
me.
me.
Re: snmp
What you could do is set a basic snmp check up on the host object of your switch - if the host object fails and goes into a WARNING or CRITICAL state, the services underneath of the host will not alert. Does that make sense?
Re: snmp
What you essential do is create a service with a shorter check period that just checks to see if SNMP is working (returns a result or whatever method you choose) and then use a service dependency so that it will not alert based on the dependency.
https://www.youtube.com/watch?v=qwQW8QKxWUc
You can read more about the host/service dependencies here:
https://assets.nagios.com/downloads/nag ... ncies.html
https://assets.nagios.com/downloads/nag ... dependency
https://www.youtube.com/watch?v=qwQW8QKxWUc
You can read more about the host/service dependencies here:
https://assets.nagios.com/downloads/nag ... ncies.html
https://assets.nagios.com/downloads/nag ... dependency