removed warning threshold of 60

This commit is contained in:
Pall Sigurdsson 2013-01-04 07:12:19 +00:00
parent 399b57ba3f
commit 9be343271c
1 changed files with 0 additions and 1 deletions

View File

@ -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