From 431e01c6b332c2e1b32916f70a1bbf54dbd88356 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 12 Jun 2019 18:58:34 +0200 Subject: [PATCH] F #1324: Add confguration option to oned.conf --- share/etc/oned.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/etc/oned.conf b/share/etc/oned.conf index dd23827eb4..0891e0fd08 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -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