From 299b62adcf80446f396e3bd20b162edb7fea5415 Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Fri, 12 Feb 2016 10:22:15 +0100 Subject: [PATCH] Add -f option to check_disk CheckCommand fixes #11138 --- itl/command-plugins.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index e9d27d93d..610cd83f9 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -990,6 +990,11 @@ object CheckCommand "disk" { description = "Display only devices/mountpoints with errors" } + "-f" = { + set_if = "$disk_ignore_reserved$" + description = "Don't account root-reserved blocks into freespace in perfdata" + } + "-g" = { value = "$disk_group$" description = "Group paths. Thresholds apply to (free-)space of all partitions together" -- 2.40.0