]> granicus.if.org Git - icinga2/commitdiff
Add new "-us" option to `ipmi-sensor` CheckCommand due to change in monitoring plugin. 6893/head
authorThomas Widhalm <thomas.widhalm@icinga.com>
Fri, 11 Jan 2019 12:50:07 +0000 (13:50 +0100)
committerThomas Widhalm <thomas.widhalm@icinga.com>
Fri, 11 Jan 2019 13:09:30 +0000 (14:09 +0100)
Fixes #6892

doc/10-icinga-template-library.md
itl/plugins-contrib.d/ipmi.conf

index 4b7f13acc144e3b380d127df9fb6e5b97c7cef53..b03de5e57c0950ab9318ede251d943dc1794f029 100644 (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>
 
index f5eb18ae07f581e944a15b4da4123376e9229a44..b290fe50d60450b43be32871c37e4e98d75172f1 100644 (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$"