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:
parent
fc01f66018
commit
ad904200ea
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue