From dbfc6feba700654728ea3b0621bc619aaeca1976 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Fri, 27 Jan 2017 10:08:00 +0200 Subject: [PATCH] more elastic thresholds for fping --- conf.d/health.d/fping.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.d/health.d/fping.conf b/conf.d/health.d/fping.conf index bd8baf08..69251b18 100644 --- a/conf.d/health.d/fping.conf +++ b/conf.d/health.d/fping.conf @@ -28,11 +28,11 @@ families: * lookup: average -10s unaligned of average units: ms every: 10s - green: 100 - red: 500 + green: 300 + red: 1000 warn: $this > $green OR $max > $red crit: $this > $red - info: avergae round trip delay during the last 10 seconds + info: average round trip delay during the last 10 seconds delay: down 30m multiplier 1.5 max 2h to: sysadmin -- 2.39.2