1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #-: Sync oned.conf comment and default value in code

This commit is contained in:
Ruben S. Montero 2019-07-17 22:14:06 +02:00
parent 04b6d01599
commit dee594e792
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -441,7 +441,7 @@ void OpenNebulaTemplate::set_conf_default()
set_conf_single("MONITORING_INTERVAL_DATASTORE", "300");
set_conf_single("MONITORING_INTERVAL_DB_UPDATE", "0");
set_conf_single("MONITORING_THREADS", "50");
set_conf_single("DS_MONITOR_VM_DISK", "1");
set_conf_single("DS_MONITOR_VM_DISK", "10");
set_conf_single("HOST_PER_INTERVAL", "15");
set_conf_single("HOST_MONITORING_EXPIRATION_TIME", "43200");
set_conf_single("VM_INDIVIDUAL_MONITORING", "no");