]> granicus.if.org Git - icinga2/commitdiff
ITL: fix ipmi-sensor variable names
authorLuca Lesinigo <luca@lm-net.it>
Sat, 28 Nov 2015 20:56:29 +0000 (21:56 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 8 Dec 2015 14:41:25 +0000 (15:41 +0100)
fixes #10745

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
itl/plugins-contrib.d/ipmi.conf

index 5c9646ad797ec36a7bd1e123f23887d996409ef5..e8cc2331df149c776960356b200ad6f793bd1c71 100644 (file)
@@ -53,11 +53,11 @@ object CheckCommand "ipmi-sensor" {
                        description = "Limit sensors to query based on IPMI sensor type (seperated by comma)"
                }
                "-x" = {
-                       value = "$ipmi_sensor_id$"
+                       value = "$ipmi_exclude_sensor_id$"
                        description = "Exclude sensor matching ipmi_sensor_id"
                }
                "-i" = {
-                       value = "$ipmi_exclude_sensor_id$"
+                       value = "$ipmi_sensor_id$"
                        description = "Include sensor matching ipmi_sensor_id"
                }
                "-D" = {