Search found 4 matches
- Thu Feb 26, 2015 6:30 pm
- Forum: Open Source Nagios Projects
- Topic: Timeperiod not working
- Replies: 3
- Views: 1691
Re: Timeperiod not working
No basically I don't really want to receive any emails on the weekend. Am I right by setting 00:00-00:00 Also in terms of priority if I put the check_period on the host.cfg will it overwrite what is there in the service.cfg. For example if I set check_period=no-notification at the host level and at ...
- Thu Feb 26, 2015 6:21 pm
- Forum: Open Source Nagios Projects
- Topic: Timeperiod not working
- Replies: 3
- Views: 2627
Re: Timeperiod not working
I just want to set the notification (time period) to the host to be sent only during workhours. Please tell me if this is correct. vi hosts.cfg define host{ name linux-box-nonimp ; Name of this template use generic-host ; Inherit default values check_period 24x7 check_interval 5 retry_interval 1 max...
- Wed Feb 25, 2015 9:20 pm
- Forum: Open Source Nagios Projects
- Topic: Timeperiod not working
- Replies: 3
- Views: 2627
Timeperiod not working
Hello all I have host defined in the hosts.cfg with the following timeperiod. Basically for testing I don't want any notification from this server. However I am still receiving emails when there is a issue on the host web1-udev. Please help me I have tried a lot. May be I am missing something. defin...
- Wed Feb 25, 2015 6:59 pm
- Forum: Open Source Nagios Projects
- Topic: Timeperiod not working
- Replies: 3
- Views: 1691
Timeperiod not working
Hello all I have host defined in the hosts.cfg with the following timeperiod. Basically for testing I don't want any notification from this server. However I am still receiving emails when there is a issue on the host web1-udev inspite of specifying check_period => no-notification. Please help me I ...