nagios: Disable use_retained_scheduling_info

This will reschedule all events upon restart to prevent checks
overlapping when hosts are added.
This commit is contained in:
Ossi Salmi 2013-07-18 22:01:34 +03:00
parent fc01f66018
commit ad904200ea
2 changed files with 2 additions and 2 deletions

View file

@ -662,7 +662,7 @@ use_retained_program_state=1
# If you want to use retained scheduling info, set this
# value to 1. If not, set this value to 0.
use_retained_scheduling_info=1
use_retained_scheduling_info=0

View file

@ -663,7 +663,7 @@ use_retained_program_state=1
# If you want to use retained scheduling info, set this
# value to 1. If not, set this value to 0.
use_retained_scheduling_info=1
use_retained_scheduling_info=0