<div>It's about time periods again,</div>
<div> </div>
<div>It's 20:00 o'clock right now and I defined a time period like this:</div>
<div> </div>
<div>define timeperiod{<br>        timeperiod_name         night<br>        alias                           Check at night only<br>        sunday                       22:00-23:00<br>        monday                      22:00-23:00
<br>        tuesday                      22:00-23:00<br>        wednesday                 22:00-23:00<br>        thursday                     22:00-23:00<br>        friday                          22:00-23:00<br>        saturday              &nb
 sp;      22:00-23:00
<br>        }</div>
<div> </div>
<div>using this settings, i restarted Nagios and it schedules all plug-ins at 22:00 without interleaving them.</div>
<div> </div>
<div>But if i set the timeperiod to:</div>
<div>define timeperiod{<br>        timeperiod_name         night<br>        alias                          Check at night only<br>        sunday                       20:15-21:15<br>        monday                      20:15-21:15
<br>        tuesday                      20:15-21:15<br>        wednesday                 20:15-21:15<br>        thursday                     20:15-21:15<br>        friday                          20:15-21:15<br>        saturday               &n
 bsp;     20:15-21:15
<br>        }</div>
<div> </div>
<div>and restart nagios, on the web interface I can see Nagios interleaving all the checks right away.</div>
<div>Why if i schedule it couple hours ahead Nagios doesn't interleave the chekcs but if i schedule it couple minutes ahead, it interleaves all the check?</div>
<div> </div>
<div>
<div>these are my configuration:</div>
<div>service_interleave_factor=s<br>max_service_check_spread=60<br>service_inter_check_delay_method=s<br> </div></div>
<div> </div>
<div>Regards,</div>
<div>Adi Yesaya</div>