diff options
Diffstat (limited to 'health/health.d/haproxy.conf')
-rw-r--r-- | health/health.d/haproxy.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/health/health.d/haproxy.conf b/health/health.d/haproxy.conf index e49c70d4..9cd07066 100644 --- a/health/health.d/haproxy.conf +++ b/health/health.d/haproxy.conf @@ -4,7 +4,7 @@ template: haproxy_backend_server_status every: 10s lookup: average -10s crit: $this > 0 - info: number of failed haproxy backend servers + info: average number of failed haproxy backend servers over the last 10 seconds to: sysadmin template: haproxy_backend_status @@ -13,7 +13,7 @@ template: haproxy_backend_status every: 10s lookup: average -10s crit: $this > 0 - info: number of failed haproxy backends + info: average number of failed haproxy backends over the last 10 seconds to: sysadmin template: haproxy_last_collected |