]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect macro name in the disk check command
authorGunnar Beutner <gunnar@beutner.name>
Thu, 12 Feb 2015 08:24:28 +0000 (09:24 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Thu, 12 Feb 2015 08:24:28 +0000 (09:24 +0100)
refs #8316

itl/command-plugins.conf

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