Add new "-us" option to `ipmi-sensor` CheckCommand due to change in monitoring plugin.

Fixes #6892
This commit is contained in:
Thomas Widhalm 2019-01-11 13:50:07 +01:00
parent e1a941e5c7
commit 3633a7cd79
2 changed files with 5 additions and 0 deletions

View File

@ -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_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_unify_file | **Optional.** Path to the unify file to unify sensor names.
#### ipmi-alive <a id="plugin-contrib-command-ipmi-alive"></a>

View File

@ -103,6 +103,10 @@ object CheckCommand "ipmi-sensor" {
set_if = "$ipmi_debug$"
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$"