From a6957e9a8a721101a36ac7cab8e7413110a6f586 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 15 Sep 2023 22:32:02 -0400 Subject: [PATCH] Add default monitoring interval to group_vars --- group_vars/default/pvc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/default/pvc.yml b/group_vars/default/pvc.yml index 533d517..4c0d15b 100644 --- a/group_vars/default/pvc.yml +++ b/group_vars/default/pvc.yml @@ -18,6 +18,7 @@ # control over the timings of various areas of the cluster, for instance if your hardware is slow or error-prone. #pvc_vm_shutdown_timeout: 180 # Number of seconds before a 'shutdown' VM is forced off #pvc_keepalive_interval: 5 # Number of seconds between keepalive ticks +#pvc_monitoring_interval: 60 # Number of seconds between monitoring plugin runs #pvc_fence_intervals: 6 # Number of keepalive ticks before a node is considered dead #pvc_suicide_intervals: 0 # Number of keepalive ticks before a node consideres itself dead (0 to disable) #pvc_fence_successful_action: migrate # What to do with VMs when a fence is successful (migrate, None)