<div>Dear Nagios users,</div>
<div> </div>
<div>I have tried to schedule Nagios to run checks at 23:00-01:00. I defined it at the time period as such:</div>
<div> </div>
<div>define timeperiod{<br>        timeperiod_name         midnight<br>        alias                   Check at night only<br>        sunday                  23:00-01:00<br>        monday                  23:00-01:00<br>
        tuesday                 23:00-01:00<br>        wednesday               23:00-01:00<br>        thursday                23:00-01:00<br>        friday                  23:00-01:00<br>        saturday                23:00-01:00
<br>        }<br> </div>
<div>and i defined the time period at the service like this (other options omited):</div>
<div> </div>
<div>define service{<br>             check_period                    midnight           ; The service is checked at midnight 23:00 - 01:00<br>             }</div>
<div> </div>
<div>I did it yesterday and this morning as i checked Nagios i was surprised because i see this at the service detail page :</div>
<div>all the Status fields are PENDING</div>
<div>all the Last Check fields are N/A </div>
<div>all the Status Informations are Service is not scheduled to be checked... </div>
<div> </div>
<div>What makes me more confused is because when i checked /var/log/messages it stated that Nagios start running checks at 00:00</div>
<div>and when i checked the trends, the graphic shows that all the plug-in did their check around 00:00 and returned a state.</div>
<div> </div>
<div>Does anyone know why this all happens?</div>
<div> </div>
<div>Regards,</div>
<div>Adi Yesaya</div>
<div><br> </div>
<div> </div>