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