Search found 5 matches

by mastermindg
Sat Mar 12, 2016 7:56 pm
Forum: Open Source Nagios Projects
Topic: Set Notification Period for Hosts Services
Replies: 12
Views: 9272

Re: Set Notification Period for Hosts Services

I ended up creating custom services for the host. However, this seems like a counter-intuitive way to go about doing what needs to be done here. Is there no way to override the default behavior and have services inherit a hosts notification settings?
by mastermindg
Sun Mar 06, 2016 8:26 pm
Forum: Open Source Nagios Projects
Topic: Set Notification Period for Hosts Services
Replies: 12
Views: 9272

Re: Set Notification Period for Hosts Services

Box293: Manually selecting "Disable notifications for all services on this host" everyday for eternity is really not a good option for me unless you are volunteering.
by mastermindg
Fri Mar 04, 2016 8:31 pm
Forum: Open Source Nagios Projects
Topic: Set Notification Period for Hosts Services
Replies: 12
Views: 9272

Re: Set Notification Period for Hosts Services

So the test isn't going well...I'm still getting alerts. I've seen all of the articles on setting timeframes and exclusions but they all deal directly with services. How do I disable notifications for ALL services for a host? My host has quite a few basic services that are are shared with other serv...
by mastermindg
Fri Mar 04, 2016 2:19 pm
Forum: Open Source Nagios Projects
Topic: Set Notification Period for Hosts Services
Replies: 12
Views: 9272

Re: Set Notification Period for Hosts Services

I set downtime to 02:00-03:00 so that I can test this. Once I get the notifications to stop coming I'll change it to the correct time. define timeperiod { timeperiod_name 24x7 alias 24 Hours A Day, 7 Days A Week sunday 00:00-24:00 monday 00:00-24:00 tuesday 00:00-24:00 wednesday 00:00-24:00 thursday...
by mastermindg
Fri Mar 04, 2016 11:55 am
Forum: Open Source Nagios Projects
Topic: Set Notification Period for Hosts Services
Replies: 12
Views: 9272

Set Notification Period for Hosts Services

I have a particular host that has daily downtime. I want to disable notification during this period. I have a timeperiod setup for this purpose and I've assigned it to the host: define host { use server address 192.168.1.34 host_name myserver hostgroups linux,database notification_period downtime } ...