From 85681a11fbeb2529f56312c456f6c84a934ed406 Mon Sep 17 00:00:00 2001 From: Tobias von der Krone Date: Fri, 1 Sep 2017 14:19:07 +0200 Subject: [PATCH] ITL: Correct arguments for ipmi-sensor CheckCommand Replace the wrong "set_if" attribute and assign the value correctly. fixes #5542 refs #5543 --- itl/plugins-contrib.d/ipmi.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/itl/plugins-contrib.d/ipmi.conf b/itl/plugins-contrib.d/ipmi.conf index 9053a5619..0474caba0 100644 --- a/itl/plugins-contrib.d/ipmi.conf +++ b/itl/plugins-contrib.d/ipmi.conf @@ -52,7 +52,7 @@ object CheckCommand "ipmi-sensor" { description = "Limit sensors to query based on IPMI sensor type (seperated by comma)" } "-ST" = { - set_if = "$ipmi_sel_type$" + value = "$ipmi_sel_type$" description = "Limit SEL entries to specific types. (seperated by comma)" } "-x" = { @@ -60,11 +60,11 @@ object CheckCommand "ipmi-sensor" { description = "Exclude sensor matching ipmi_sensor_id" } "-xT" = { - set_if = "$ipmi_exclude_sensor$" + value = "$ipmi_exclude_sensor$" description = "Exclude sensors based on IPMI sensor type. (seperated by comma)" } "-xST" = { - set_if = "$ipmi_exclude_sel$" + value = "$ipmi_exclude_sel$" description = "Exclude SEL entries of specific sensor types. (seperated by comma)" } "-i" = {