ITL: fix ipmi-sensor variable names

fixes #10745

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
Luca Lesinigo 2015-11-28 21:56:29 +01:00 committed by Gunnar Beutner
parent eb4f68f28d
commit 3a47448f06
1 changed files with 2 additions and 2 deletions

View 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" = {