<div>I am running nagios 3.0rc1 on solaris. I have several services being monitored on 2 hosts. I have a regular outage on a service group that I have configured by specifying the timeperiod <br clear="all">define timeperiod{
<br> timeperiod_name myapp-prod-uptime<br> alias MyApp Production Uptime<br> sunday 00:00-24:00 ;<br> monday 00:00-17:00,17:45-24:00 ;
<br> tuesday 00:00-24:00 ;<br> wednesday 00:00-24:00 ;<br> thursday 00:00-17:00,17:45-24:00 ;<br> friday 00:00-24:00 ;
<br> saturday 00:00-24:00 ;<br> }<br> </div>
<div>The services for MyApp all use a template with the following</div>
<div>...</div>
<div> check_period myapp-prod-uptime</div>
<div>...</div>
<div> </div>
<div>When the outage windows occur (thursday 5:00pm to 5:45pm) the service checks for MyApp do not run. Shortly after, all service checks no longer run. The last service check to run was on 1/17/2008 at 5:29:51 pm. In the web interface the service checks show that they were scheduled to run but they never did.
</div>
<div> </div>
<div>Restarting nagios will fix it, until the next configured window in the timeperiod.</div>
<div> </div>
<div>I have also tried to implement this outage window by using a seperate timeperiod to define the window between 17:00 and 17:45 Monday and Thursday, while using the "exclude" directive in the myapp-prod-uptime timeperiod definition. I get the same result. All checks stop shortly after the window starts.
</div>
<div> </div>
<div>Please help. </div>
<div><br>-- <br>Rob Anderson<br><a href="mailto:riznob@gmail.com">riznob@gmail.com</a> </div>