mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
F #1324: Add confguration option to oned.conf
This commit is contained in:
parent
047c32025c
commit
431e01c6b3
@ -12,7 +12,8 @@
|
||||
# MONITORING_INTERVAL_VM: Time in seconds between VM monitorization.
|
||||
# MONITORING_INTERVAL_MARKET: Time in seconds between market monitorization.
|
||||
# MONITORING_INTERVAL_DATASTORE: Time in seconds between image monitorization.
|
||||
#
|
||||
# MONITORING_INTERVAL_DB_UPDATE: Time in seconds between DB writes of VM
|
||||
# monitoring information. -1 to disable DB updating and 0 to write every update
|
||||
# MONITORING_THREADS: Max. number of threads used to process monitor messages
|
||||
#
|
||||
# HOST_PER_INTERVAL: Number of hosts monitored in each interval.
|
||||
@ -71,6 +72,7 @@ MONITORING_INTERVAL_HOST = 180
|
||||
MONITORING_INTERVAL_VM = 180
|
||||
MONITORING_INTERVAL_DATASTORE = 300
|
||||
MONITORING_INTERVAL_MARKET = 600
|
||||
MONITORING_INTERVAL_DB_UPDATE = 0
|
||||
|
||||
MONITORING_THREADS = 50
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user