summaryrefslogtreecommitdiffstats
path: root/src/health/health.d/ping.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/health/health.d/ping.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/health/health.d/ping.conf b/src/health/health.d/ping.conf
index 0e434420d..a91b231c3 100644
--- a/src/health/health.d/ping.conf
+++ b/src/health/health.d/ping.conf
@@ -6,7 +6,7 @@
type: Other
component: Network
lookup: average -30s unaligned of loss
- calc: $this != nan AND $this < 100
+ calc: ($this == nan) ? (nan) : ($this < 100)
units: up/down
every: 10s
crit: $this == 0