health/portcheck: add `failed` dim to the `connection_fails` alarm (#10048)
Ilya Mashchenko committed
Oct 9, 2020 at 15:09 UTC
2b640642ee8392ee7f697c23de4d8976c7aaed12
1 file changed
+1
-1
health/health.d/portcheck.conf
+1
-1
@@ -36,7 +36,7 @@ families: *
36
template: connection_fails
37
families: *
38
on: portcheck.status
39
- lookup: average -5m unaligned percentage of no_connection
39
+ lookup: average -5m unaligned percentage of no_connection,failed
40
every: 10s
41
units: %
42
warn: $this >= 10 AND $this < 40