From 9be343271c32f368179a8f56d285f9f6a3231df9 Mon Sep 17 00:00:00 2001 From: Pall Sigurdsson Date: Fri, 4 Jan 2013 07:12:19 +0000 Subject: [PATCH] removed warning threshold of 60 --- check_dataprotector/check_dp_tablespace | 1 - 1 file changed, 1 deletion(-) diff --git a/check_dataprotector/check_dp_tablespace b/check_dataprotector/check_dp_tablespace index 6dbba72..2c44e68 100644 --- a/check_dataprotector/check_dp_tablespace +++ b/check_dataprotector/check_dp_tablespace @@ -64,7 +64,6 @@ def check_tablespaces(): global default_warning_threshold global nagios_status warn = default_warning_threshold - warn = 60 max_size = i['max_size'] * 1024 curr_size = i['curr_size'] * 1024 occupancy = 100.0 * curr_size / max_size