summaryrefslogtreecommitdiffstats
path: root/health/health.d/fping.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/fping.conf')
-rw-r--r--health/health.d/fping.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/health/health.d/fping.conf b/health/health.d/fping.conf
index 43658fef6..92c1525bd 100644
--- a/health/health.d/fping.conf
+++ b/health/health.d/fping.conf
@@ -11,18 +11,18 @@ families: *
info: number of seconds since the last successful data collection
to: sysadmin
-template: host_reachable
+template: fping_host_reachable
families: *
on: fping.latency
calc: $average != nan
units: up/down
every: 10s
crit: $this == 0
- info: states if the remote host is reachable
delay: down 30m multiplier 1.5 max 2h
+ info: reachability status of the network host (0: unreachable, 1: reachable)
to: sysadmin
-template: host_latency
+template: fping_host_latency
families: *
on: fping.latency
lookup: average -10s unaligned of average
@@ -32,11 +32,11 @@ families: *
red: 1000
warn: $this > $green OR $max > $red
crit: $this > $red
- info: average round trip delay during the last 10 seconds
delay: down 30m multiplier 1.5 max 2h
+ info: average latency to the network host over the last 10 seconds
to: sysadmin
-template: packet_loss
+template: fping_packet_loss
families: *
on: fping.quality
lookup: average -10m unaligned of returned
@@ -47,7 +47,6 @@ families: *
every: 10s
warn: $this > $green
crit: $this > $red
- info: packet loss percentage
delay: down 30m multiplier 1.5 max 2h
+ info: packet loss ratio to the network host over the last 10 minutes
to: sysadmin
-