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

B #4302: Change Monitor VMs default interval

This commit is contained in:
Tino Vazquez 2020-05-12 12:16:06 +02:00
parent aab5ffd72a
commit b05b5d2a64
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -92,7 +92,7 @@ PROBES_PERIOD = [
SYSTEM_HOST = 600,
MONITOR_HOST = 120,
STATE_VM = 5,
MONITOR_VM = 90,
MONITOR_VM = 30,
SYNC_STATE_VM = 180
]