mirror of https://github.com/Icinga/icinga2.git
Fix check_disk thresholds: make sure partitions are the last arguments
fixes #8658 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
bcf4c46079
commit
3adc605bef
|
@ -493,11 +493,13 @@ object CheckCommand "disk" {
|
||||||
value = "$disk_partitions$"
|
value = "$disk_partitions$"
|
||||||
description = "Path or partition (may be repeated)"
|
description = "Path or partition (may be repeated)"
|
||||||
repeat_key = true
|
repeat_key = true
|
||||||
|
order = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
"-p_old" = {
|
"-p_old" = {
|
||||||
key = "-p"
|
key = "-p"
|
||||||
value = "$disk_partition$"
|
value = "$disk_partition$"
|
||||||
|
order = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
"-x" = {
|
"-x" = {
|
||||||
|
|
Loading…
Reference in New Issue