From 978624f5427223eb2ed764f965f9e49b3abe8b54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 4 Feb 2020 08:31:18 +0100 Subject: [PATCH] Fix check eriomem check --- modules/private/monitoring/plugins/check_eriomem | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/private/monitoring/plugins/check_eriomem b/modules/private/monitoring/plugins/check_eriomem index 65ca790..f91d1e4 100755 --- a/modules/private/monitoring/plugins/check_eriomem +++ b/modules/private/monitoring/plugins/check_eriomem @@ -25,9 +25,6 @@ def to_args(k): 'du' ] -ARGS1= to_args(keys[0]) -ARGS2= to_args(keys[1]) - max_size = 1024*1024*1024*1024 warning_percent = 99.75 critical_percent = 99.95 -- 2.41.0