Merge pull request #5543 from tobiasvdk/fix/ipmi-sensors-checkcommand-5542

ITL: Correct arguments for ipmi-sensor CheckCommand
This commit is contained in:
Michael Friedrich 2017-09-05 08:38:03 +02:00 committed by GitHub
commit fb71055526
1 changed files with 3 additions and 3 deletions

View File

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