monitoring-plugins
monitoring-plugins copied to clipboard
check_disk : support for combined_thresholds (from nagios-plugins version of check_disk)
trafficstars
check_disk from nagios_plugins includes an additional feature (--combined-thresholds), which allows you to have a logical AND instead of a logical OR on absolute and percentage thresholds.
Original PR is here : https://github.com/nagios-plugins/nagios-plugins/pull/465
is it possible to implement this feature?
have a nice day!
sounds useful to me...
Sounds nice, but I am would be hesitant to add any more complexity to check_disk before refactoring it and having code which is actually readable.