Added some more testing stuff and tried different cong values. Some ideas added to comments too.
This commit is contained in:
parent
956cfbfaa9
commit
b414997545
34 changed files with 222 additions and 6 deletions
|
|
@ -46,11 +46,12 @@ max_threads = 2048
|
|||
max_processes = 24
|
||||
; if timezone is not set, UTC is used by default.
|
||||
timezone = CET
|
||||
; this is for scheduling jobs to not run all at the same time. this should be set to the lowest interval you use. it
|
||||
; can be set to a lower value if you only have a small amount of services you are monitoring. i recommend the lowest
|
||||
; interval you use any any monitor. it is always starting with 0. default is 60. the current setting is for development
|
||||
; only.
|
||||
delta_range = 10
|
||||
; this is for scheduling jobs to not run all at the same time. this should not be set lower then the lowest interval
|
||||
; you use in monitors. it can be set to a lower value if you only have a small amount of services you are monitoring.
|
||||
; i recommend the lowest interval you use in any monitor but higher values will reduce cpu load when using monitors
|
||||
; with a higher value then the delta_range. it is always starting with 0. default is 60. the current setting is for
|
||||
; development only.
|
||||
delta_range = 60
|
||||
|
||||
; hostgroup parents; if the hostgroup "group1" is down, don't alert for the hosts in group2. see TODO.txt for more
|
||||
; information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue