mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
ITL: fix ipmi-sensor variable names
fixes #10745 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
91c2a590ba
commit
4616a1c771
@ -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