mirror of https://github.com/Icinga/icinga2.git
parent
e04b70856b
commit
299b62adcf
|
@ -990,6 +990,11 @@ object CheckCommand "disk" {
|
||||||
description = "Display only devices/mountpoints with errors"
|
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" = {
|
"-g" = {
|
||||||
value = "$disk_group$"
|
value = "$disk_group$"
|
||||||
description = "Group paths. Thresholds apply to (free-)space of all partitions together"
|
description = "Group paths. Thresholds apply to (free-)space of all partitions together"
|
||||||
|
|
Loading…
Reference in New Issue