Add -f option to check_disk CheckCommand

fixes #11138
This commit is contained in:
Jean Flach 2016-02-12 10:22:15 +01:00 committed by Gunnar Beutner
parent ed9a7bb129
commit ecefcb5b6a
1 changed files with 5 additions and 0 deletions

View File

@ -770,6 +770,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"