<br><br><div><span class="gmail_quote">On 8/11/06, <b class="gmail_sendername">Ben Rosenberg</b> <<a href="mailto:red.kryptonite@gmail.com">red.kryptonite@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><font size="3">I'm interested in setting hosts.cfg notification_period so that it will not check a certain host during a specified period ..such as 3:00AM - 3:30AM. I have a backup running on a certain machine and so Nagios times out and pages me. The machine is just super busy at this time and is not actually down.
<br><br>I've looked around for the parameters to do this but as of yet have had no luck in find it. I find that it's possible.. just not having luck finding the settings/syntax for doing so.<br><br>- Ben Rosenberg</font>
</div></blockquote><div><br><br>Create a custome timeperiod entry, and use that. Eg<br><br><br>define timeperiod{<br>        timeperiod_name off-hours<br>        alias           Odd hours<br>        monday          00:00-06:59
<br>        monday          17:01-24:00<br>        tuesday         00:00-06:59<br>        tuesday         17:01-24:00<br>        }<br><br>Then use the timeperiod in the host and service checks for that machine, another possibliity would be to put the box into downtime, but I don't know how to do that on a recurring basis. 
<br></div><br></div><br>