1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Fix incorrect macro name in the disk check command

refs 
This commit is contained in:
Gunnar Beutner 2015-02-12 09:24:28 +01:00
parent c2e597b494
commit e3edcfddde

@ -432,7 +432,7 @@ object CheckCommand "disk" {
}
"-p" = {
value = "$disk_partition$"
value = "$disk_partitions$"
description = "Path or partition (may be repeated)"
repeat_key = true
}