Config: local_manager_interval 20 -> 300; data_collector_interval 10 -> 60
This commit is contained in:
parent
860a6f514f
commit
dd4e6a8329
@ -64,11 +64,11 @@ local_data_directory = /var/lib/neat
|
||||
|
||||
# The time interval between subsequent invocations of the local
|
||||
# manager in seconds
|
||||
local_manager_interval = 20
|
||||
local_manager_interval = 300
|
||||
|
||||
# The time interval between subsequent invocations of the data
|
||||
# collector in seconds
|
||||
data_collector_interval = 10
|
||||
data_collector_interval = 60
|
||||
|
||||
# The number of the latest data values stored locally by the data
|
||||
# collector and passed to the underload / overload detection and VM
|
||||
|
Loading…
x
Reference in New Issue
Block a user