mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
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)"
|
description = "Limit sensors to query based on IPMI sensor type (seperated by comma)"
|
||||||
}
|
}
|
||||||
"-x" = {
|
"-x" = {
|
||||||
value = "$ipmi_sensor_id$"
|
value = "$ipmi_exclude_sensor_id$"
|
||||||
description = "Exclude sensor matching ipmi_sensor_id"
|
description = "Exclude sensor matching ipmi_sensor_id"
|
||||||
}
|
}
|
||||||
"-i" = {
|
"-i" = {
|
||||||
value = "$ipmi_exclude_sensor_id$"
|
value = "$ipmi_sensor_id$"
|
||||||
description = "Include sensor matching ipmi_sensor_id"
|
description = "Include sensor matching ipmi_sensor_id"
|
||||||
}
|
}
|
||||||
"-D" = {
|
"-D" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user