Search found 10 matches

by elkali
Wed Jun 17, 2015 9:26 am
Forum: Open Source Nagios Projects
Topic: Temporarily disable notifications
Replies: 5
Views: 3152

Re: Temporarily disable notifications

tmcdonald wrote:It's pretty scriptable:
I know it is scriptable. I was wondering if the functionality however exists via the interface to provide a time on/off in a native way.
by elkali
Wed Jun 17, 2015 6:40 am
Forum: Open Source Nagios Projects
Topic: Temporarily disable notifications
Replies: 5
Views: 3152

Temporarily disable notifications

Is there any way to temporarily disable notifications in Nagios? What I'm thinking: something similar to the service downtime, where I can specify a time for disabling notifications and another to re-enable them automatically. The situation: Some times we do some testing with the subservice most of ...
by elkali
Mon Jun 15, 2015 1:10 pm
Forum: Open Source Nagios Projects
Topic: Checks before notification for OK status
Replies: 20
Views: 7145

Re: Checks before notification for OK status

Back to the issue at hand, if you would like to see functionality added to Nagios Core, please post an issue here: https://github.com/NagiosEnterprises/nagioscore That way the devs can have it on their radar. No guarantees it will be implemented, but the first step is getting it in their sights. ht...
by elkali
Mon Jun 15, 2015 11:31 am
Forum: Open Source Nagios Projects
Topic: Checks before notification for OK status
Replies: 20
Views: 7145

Re: Checks before notification for OK status

You should come to the 2015 Nagios World Conference in September and you can talk directly with the developers to help them understand what you want to accomplish! If you register (https://conference.nagios.com/register) tell them eloyd sent you! :-) That'd be awesome but unfortunately I live in Be...
by elkali
Mon Jun 15, 2015 11:15 am
Forum: Open Source Nagios Projects
Topic: Checks before notification for OK status
Replies: 20
Views: 7145

Re: Checks before notification for OK status

I can think easily in terms of event handlers, [...] I could have not possibly explained it all better. Thanks for the understanding and the support. the OP [...] is looking for a recovery version of max_check_attempts to delay recovery notification by two, three, or more iterations Exactly what I'...
by elkali
Thu Jun 11, 2015 12:34 pm
Forum: Open Source Nagios Projects
Topic: Checks before notification for OK status
Replies: 20
Views: 7145

Re: Checks before notification for OK status

Thanks for the suggestions once again. I have already created an issue/feature request in github (https://github.com/NagiosEnterprises/nagioscore/issues/46) because even the flapping detection doesn't exactly solve my situation. As I commented out in github, the major reason why flapping detection i...
by elkali
Thu Jun 11, 2015 11:27 am
Forum: Open Source Nagios Projects
Topic: Checks before notification for OK status
Replies: 20
Views: 7145

Re: Checks before notification for OK status

Flapping would in fact be the perfect description for our issue here.

How do you define the limits for flapping detection? How does nagios actually "detect" flapping? I will have a look into the docu before bugging you all with more questions :)
by elkali
Thu Jun 11, 2015 10:50 am
Forum: Open Source Nagios Projects
Topic: Checks before notification for OK status
Replies: 20
Views: 7145

Re: Checks before notification for OK status

Thanks for your replies. I had foreseen such solution with event handlers would be the only solution. It does however, imho, break the whole usage of nagios. Or better said: disable standard nagios behaviour to use a custom one. I acknowledge that Nagios thinks the first OK is always a HARD state. H...
by elkali
Tue May 19, 2015 8:15 am
Forum: Open Source Nagios Projects
Topic: Checks before notification for OK status
Replies: 20
Views: 7145

Checks before notification for OK status

So I'm using nagios core 4.0.8, and I have this situation with a service which enters a fail (crit) status and we know about it, we acknowledge the issue, and it stops bugging us. Problem arises when the service check returns an OK status for one single check, but returns to critical on the next ser...