summaryrefslogtreecommitdiffstats
path: root/health/health.d/vcsa.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/vcsa.conf')
-rw-r--r--health/health.d/vcsa.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/health/health.d/vcsa.conf b/health/health.d/vcsa.conf
index 8538e488cb..42eb394c77 100644
--- a/health/health.d/vcsa.conf
+++ b/health/health.d/vcsa.conf
@@ -1,20 +1,4 @@
-# make sure vcsa is running and responding
-
- template: vcsa_last_collected_secs
- on: vcsa.system_health
- class: Virtual Machine
-component: VMware vCenter
- type: Latency
- calc: $now - $last_collected_t
- units: seconds ago
- every: 10s
- warn: $this > (($status >= $WARNING) ? ($update_every) : ( 5 * $update_every))
- crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
- delay: down 5m multiplier 1.5 max 1h
- info: number of seconds since the last successful data collection
- to: sysadmin
-
# Overall system health:
# - 0: all components are healthy.
# - 1: one or more components might become overloaded soon.