1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-11-04 17:43:46 +01:00

removed warning threshold of 60

This commit is contained in:
Pall Sigurdsson 2013-01-04 07:12:19 +00:00
parent 399b57ba3f
commit 9be343271c

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