mirror of https://github.com/Icinga/icinga2.git
Add new "-us" option to `ipmi-sensor` CheckCommand due to change in monitoring plugin.
Fixes #6892
This commit is contained in:
parent
e1a941e5c7
commit
3633a7cd79
|
@ -2752,6 +2752,7 @@ ipmi_no_sel_checking | **Optional.** Turn off system event log check
|
||||||
ipmi_no_thresholds | **Optional.** Turn off performance data thresholds from output-sensor-thresholds.
|
ipmi_no_thresholds | **Optional.** Turn off performance data thresholds from output-sensor-thresholds.
|
||||||
ipmi_verbose | **Optional.** Be Verbose multi line output, also with additional details for warnings.
|
ipmi_verbose | **Optional.** Be Verbose multi line output, also with additional details for warnings.
|
||||||
ipmi_debug | **Optional.** Be Verbose debugging output, followed by normal multi line output.
|
ipmi_debug | **Optional.** Be Verbose debugging output, followed by normal multi line output.
|
||||||
|
ipmi_unify_file | **Optional.** Path to the unify file to unify sensor names.
|
||||||
|
|
||||||
#### ipmi-alive <a id="plugin-contrib-command-ipmi-alive"></a>
|
#### ipmi-alive <a id="plugin-contrib-command-ipmi-alive"></a>
|
||||||
|
|
||||||
|
|
|
@ -103,6 +103,10 @@ object CheckCommand "ipmi-sensor" {
|
||||||
set_if = "$ipmi_debug$"
|
set_if = "$ipmi_debug$"
|
||||||
description = "Be Verbose debugging output, followed by normal multi line output"
|
description = "Be Verbose debugging output, followed by normal multi line output"
|
||||||
}
|
}
|
||||||
|
"-us" = {
|
||||||
|
value = "$ipmi_unify_file$"
|
||||||
|
description = "Path to the unify file to unify sensor names."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vars.ipmi_address = "$check_address$"
|
vars.ipmi_address = "$check_address$"
|
||||||
|
|
Loading…
Reference in New Issue