monitoring-plugins icon indicating copy to clipboard operation
monitoring-plugins copied to clipboard

check_disk : support for combined_thresholds (from nagios-plugins version of check_disk)

Open sebguilbaud opened this issue 1 year ago • 2 comments
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!

sebguilbaud avatar Mar 11 '24 08:03 sebguilbaud

sounds useful to me...

sni avatar Mar 11 '24 08:03 sni

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.

RincewindsHat avatar Apr 05 '24 12:04 RincewindsHat