From 6aeaab8a383a5d0aadffc3c1c01b611531cd5bd6 Mon Sep 17 00:00:00 2001 From: Chl Date: Mon, 23 Aug 2021 15:39:39 +0200 Subject: [PATCH] nagios/check_swaping: more reasonable defaults thresholds --- nagios/check_swaping.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nagios/check_swaping.sh b/nagios/check_swaping.sh index ec400f6..36f5970 100755 --- a/nagios/check_swaping.sh +++ b/nagios/check_swaping.sh @@ -11,8 +11,8 @@ # Default values -THRESHOLD_WARNING="1000" -THRESHOLD_CRITICAL="2000" +THRESHOLD_WARNING="50" +THRESHOLD_CRITICAL="200" VMSTAT_PREVIOUS_DATA_FILE="/tmp/.monitoring_vmstat.txt"