Search found 5 matches

by SRSchnell
Wed Sep 07, 2016 2:33 pm
Forum: Open Source Nagios Projects
Topic: Suppress Notification of UP after UNREACHABLE (FIXED!)
Replies: 11
Views: 5234

Re: Suppress Notification of UP after UNREACHABLE

That fixed the problem (other than formatting errors on my part ;) )!

Can you expand upon the explanation of the difference between single quotes and double quotes?

Thanks for all the help!

Rod
by SRSchnell
Tue Sep 06, 2016 3:28 pm
Forum: Open Source Nagios Projects
Topic: Suppress Notification of UP after UNREACHABLE (FIXED!)
Replies: 11
Views: 5234

Re: Suppress Notification of UP after UNREACHABLE

# Mark W define contact{ contact_name markw ; Short name of user use generic-contact ; Inherit default values from generic-contact template alias Mark W ; Full name of user email markw@mail2.mxxxxxxxx.net ; email address host_notifications_enabled 1 # host_notification_options d,r host_notification...
by SRSchnell
Tue Sep 06, 2016 8:56 am
Forum: Open Source Nagios Projects
Topic: Suppress Notification of UP after UNREACHABLE (FIXED!)
Replies: 11
Views: 5234

Re: Suppress Notification of UP after UNREACHABLE

I get the following error in the nagios.log when things go down; [1473169558] HOST NOTIFICATION: markw;test.switch;DOWN;notify-host-by-email-2;CRITICAL - Host Unreachable (192.168.0.10) [1473169558] wproc: NOTIFY job 4 from worker Core Worker 21777 is a non-check helper but exited with return code 2...
by SRSchnell
Thu Sep 01, 2016 4:58 pm
Forum: Open Source Nagios Projects
Topic: Suppress Notification of UP after UNREACHABLE (FIXED!)
Replies: 11
Views: 5234

Re: Suppress Notification of UP after UNREACHABLE

Thanks ssax,

It mostly works. I added debug commands to find out what wasn't working. Is there any reason it won't seem to pass $CONTACTEMAIL$?

R
by SRSchnell
Wed Aug 31, 2016 8:42 am
Forum: Open Source Nagios Projects
Topic: Suppress Notification of UP after UNREACHABLE (FIXED!)
Replies: 11
Views: 5234

Suppress Notification of UP after UNREACHABLE (FIXED!)

Good day, I'm trying to find out if anyone has come up with a way to suppress UP notification for a HOST after it has been in an UNREACHABLE state. Now that I think about it, it would also be nice to get the DOWN notifications after UNREACHABLE. Thus limiting the number of notifications after and ou...