summaryrefslogtreecommitdiffstats
path: root/health/health.d/haproxy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/haproxy.conf')
-rw-r--r--health/health.d/haproxy.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/health/health.d/haproxy.conf b/health/health.d/haproxy.conf
index c1375351e5..a0ab52bca8 100644
--- a/health/health.d/haproxy.conf
+++ b/health/health.d/haproxy.conf
@@ -21,16 +21,3 @@ component: HAProxy
crit: $this > 0
info: average number of failed haproxy backends over the last 10 seconds
to: sysadmin
-
- template: haproxy_last_collected
- on: haproxy_hb.down
- class: Latency
- type: Web Proxy
-component: HAProxy
- 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))
- info: number of seconds since the last successful data collection
- to: sysadmin