Search found 5 matches

by grinnell
Tue Aug 22, 2017 9:25 am
Forum: Open Source Nagios Projects
Topic: Event handler read host "notifications_enabled" setting?
Replies: 8
Views: 3102

Re: Event handler read host "notifications_enabled" setting?

Yes, my questions have all been addressed.

Thank
by grinnell
Mon Aug 21, 2017 8:53 pm
Forum: Open Source Nagios Projects
Topic: Event handler read host "notifications_enabled" setting?
Replies: 8
Views: 3102

Re: Event handler read host "notifications_enabled" setting?

I submitted two requests, one for each of my questions.

Thanks again,
by grinnell
Mon Aug 21, 2017 2:02 pm
Forum: Open Source Nagios Projects
Topic: Event handler read host "notifications_enabled" setting?
Replies: 8
Views: 3102

Re: Event handler read host "notifications_enabled" setting?

Ahh cool, that's something I can work with then. Expensive sure, but only used when a host changes states, which doesn't happen very often, thankfully. ;)

Thanks for the idea
by grinnell
Mon Aug 21, 2017 1:13 pm
Forum: Open Source Nagios Projects
Topic: Event handler read host "notifications_enabled" setting?
Replies: 8
Views: 3102

Re: Event handler read host "notifications_enabled" setting?

Alrighty, thank you. I take it you can't think of a better way to accomplish my goals? Of the many different things that I tried one was trying to force the macro expansion to follow a particular sequence: "$_HOST_FEXID:($HOSTNAME$)$" Is there perhaps a tricky way to get hostname to expand...
by grinnell
Fri Aug 18, 2017 7:01 pm
Forum: Open Source Nagios Projects
Topic: Event handler read host "notifications_enabled" setting?
Replies: 8
Views: 3102

Event handler read host "notifications_enabled" setting?

Hello, I've written a Nagios plugin that I currently have running as an event handler. It collects logs and emails them when a host changes states. The only remaining thing that I'd like to implement is the ability to mute it through the host notification enable/disable setting. I already have an op...