Search found 4 matches

by bferris
Mon Aug 27, 2018 12:15 pm
Forum: Open Source Nagios Projects
Topic: Disable Recovery Notifications After Warning State
Replies: 7
Views: 4315

Re: Disable Recovery Notifications After Warning State

Sounds good! Scott - it looks like this was the fix I needed. Thank you very much! I am no longer getting the notification emails. However, I am still seeing log entries in nagios.log that show notifications were sent. Under the Notifications area in Nagios I see that an entry was logged saying it ...
by bferris
Fri Aug 24, 2018 2:41 pm
Forum: Open Source Nagios Projects
Topic: Disable Recovery Notifications After Warning State
Replies: 7
Views: 4315

Re: Disable Recovery Notifications After Warning State

I'm going to propose something a little different... Change your service notification command to something like this using the $LASTSERVICESTATE$ to [ "$LASTSERVICESTATE$" != "WARNING" ] && /usr/bin/printf "%b" "***** Nagios Monitor XI Alert *****\n\nNotif...
by bferris
Fri Aug 24, 2018 10:13 am
Forum: Open Source Nagios Projects
Topic: Disable Recovery Notifications After Warning State
Replies: 7
Views: 4315

Re: Disable Recovery Notifications After Warning State

My initial thought is two checks - one that sends out warning notifications and the other that sends out critical/recover notifications. I am not sending any warning notifications. However I still receive Recovery notifications. I noticed this because I am getting Recovery notifications with out ev...
by bferris
Thu Aug 23, 2018 10:20 am
Forum: Open Source Nagios Projects
Topic: Disable Recovery Notifications After Warning State
Replies: 7
Views: 4315

Disable Recovery Notifications After Warning State

Hello,

I am trying to find a way to stop receiving RECOVERY notificaitons when a service/host goes from WARNING to OK

I still want to get notifications of RECOVERY when a service/host goes from CRITICAL to OK.

Any ideas?