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"