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:
parent
399b57ba3f
commit
9be343271c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user