mirror of https://github.com/Icinga/icinga2.git
ITL: fix ipmi-sensor variable names
fixes #10745 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
eb4f68f28d
commit
3a47448f06
|
@ -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" = {
|
||||
|
|
Loading…
Reference in New Issue