<br><br><div><span class="gmail_quote">On 2/8/07, <b class="gmail_sendername">Edwin Zoeller</b> <<a href="mailto:Edwin.Zoeller@ama-assn.org">Edwin.Zoeller@ama-assn.org</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>
<div><span><font face="Arial" size="2">Can anyone tell me 
the easiest way to schedule downtime for a service everyday at a set time and 
duration?</font></span></div></div></blockquote><div><br>Guess it depends what you mean by downtime. But if you just want a
configuration whereby you do not receive notifications for
host/services within a specified time for a set duration, then I would
define a time period that is valid upto your downtime and the begins
after your downtime has ended eg
<br><br>define timeperiod{<br>   name example_timeperiod<br>   monday 00:00-12:00,15:00-24:00<br>   tuesday 00:00-12:00,15:00-24:00<br>   wednesday 00:00-12:00,15:00-24:00<br>   thursday 00:00-12:00,15:00-24:00<br>   friday 00:00-12:00,15:00-24:00 
<br>}<br><br>In essence Nagios will know that the host is down, but will not send notifications due to it not being in a valid time period.<br><br>Rob<br><br><br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
-------------------------------------------------------------------------<br>Using Tomcat but need to do more? Need to support web services, security?<br>Get stuff done quickly with pre-integrated technology to make your job easier.
<br>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642" target="_blank">
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a><br>_______________________________________________<br>Nagios-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Nagios-users@lists.sourceforge.net">
Nagios-users@lists.sourceforge.net</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users
</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null<br></blockquote></div><br>