mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-21 18:03:45 +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 default_warning_threshold
|
||||||
global nagios_status
|
global nagios_status
|
||||||
warn = default_warning_threshold
|
warn = default_warning_threshold
|
||||||
warn = 60
|
|
||||||
max_size = i['max_size'] * 1024
|
max_size = i['max_size'] * 1024
|
||||||
curr_size = i['curr_size'] * 1024
|
curr_size = i['curr_size'] * 1024
|
||||||
occupancy = 100.0 * curr_size / max_size
|
occupancy = 100.0 * curr_size / max_size
|
||||||
|
Loading…
Reference in New Issue
Block a user