Hmm ... the services is not flapping.
For the moment, I put max_check_attempt = 3, check_interval = retry_interval = 10 (10 minutes).
Wait and see !
Search found 3 matches
- Thu Apr 19, 2012 9:16 am
- Forum: Open Source Nagios Projects
- Topic: Customed notifications
- Replies: 5
- Views: 2157
- Wed Apr 18, 2012 4:13 am
- Forum: Open Source Nagios Projects
- Topic: Customed notifications
- Replies: 5
- Views: 2157
Re: Customed notifications
No, I wasn't clear.
I'm monitoring number of connexions to a server by a personnal plugin, which is OK.
I meant, if the number I get from the MIB is 0 connexions, I want to wait 3 checks before send a notification.
The check is every 10 minutes.
I'm monitoring number of connexions to a server by a personnal plugin, which is OK.
I meant, if the number I get from the MIB is 0 connexions, I want to wait 3 checks before send a notification.
The check is every 10 minutes.
- Tue Apr 17, 2012 7:32 am
- Forum: Open Source Nagios Projects
- Topic: Customed notifications
- Replies: 5
- Views: 2157
Customed notifications
Hi everyone, Using a personnal plugin (which is return an int value), I'm trying to send a notification after 3 checks which results = 0 (the returned value by the plugin). So, I tried to set the "First notifications delay" to 30, and the "Check interval" to 10, but it does'nt se...