Search found 5 matches
- Thu Jan 07, 2016 10:37 am
- Forum: Open Source Nagios Projects
- Topic: Alert on value (not status) change
- Replies: 8
- Views: 4160
Re: Alert on value (not status) change
Hello I'm back to working on this as we now have a specific requirement in a very similar vein to check that a value has changed since the last check. As in, if the last check returns 50 then the next check has to return 51 or over. I am trying to avoid having to modify the check_domino plugin and I...
- Fri May 01, 2015 5:39 am
- Forum: Open Source Nagios Projects
- Topic: Return code for failing check
- Replies: 3
- Views: 2420
Re: Return code for failing check
Hello Thanks for your response. That definitely sounds like the right option to me however the plugin developer guidelines say the following... "Higher-level errors (such as name resolution errors, socket timeouts, etc) are outside of the control of plugins and should generally NOT be reported ...
- Thu Apr 30, 2015 3:46 am
- Forum: Open Source Nagios Projects
- Topic: Return code for failing check
- Replies: 3
- Views: 2420
Return code for failing check
Hello I am developing a Nagios plugin but I am unsure about something, I've had a look at the documentation but can't find a satisfactory answer. If my plugin goes to check something and the check fails not because the result is over a certain threshold but because a timeout occurs (ie, there is a t...
- Fri Nov 01, 2013 7:07 am
- Forum: Open Source Nagios Projects
- Topic: Alert on value (not status) change
- Replies: 8
- Views: 4160
Re: Alert on value (not status) change
Hello, thank you for your replies The text response is "WARNING: Search resulted in 8 documents (warning is >= 0 documents, critical is >= 99999 documents)" and the performance data is "Count=8" I am using the check_domino plugin to get this data, it is the number of documents in...
- Thu Oct 31, 2013 11:17 am
- Forum: Open Source Nagios Projects
- Topic: Alert on value (not status) change
- Replies: 8
- Views: 4160
Alert on value (not status) change
Hello all We have an application that one of my customers wants an alert setting up for which is fine, however the requirement is a little bit complicated. Instead of being alerted on a status change, they want to know if the numerical value of the service changes. It is kind of their work queue and...