diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index f8b6d5223..4729ee659 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -2531,6 +2531,7 @@ ipmi_protocol_lan_version | **Optional.** Change the protocol LAN version ipmi_number_of_active_fans | **Optional.** Number of fans that should be active. Otherwise a WARNING state is returned. ipmi_show_fru | **Optional.** Print the product serial number if it is available in the IPMI FRU data. ipmi_no_sel_checking | **Optional.** Turn off system event log checking via ipmi-sel. +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. diff --git a/itl/plugins-contrib.d/ipmi.conf b/itl/plugins-contrib.d/ipmi.conf index 0474caba0..4a00e4da5 100644 --- a/itl/plugins-contrib.d/ipmi.conf +++ b/itl/plugins-contrib.d/ipmi.conf @@ -75,6 +75,10 @@ object CheckCommand "ipmi-sensor" { set_if = "$ipmi_no_sel_checking$" description = "Turn off system event log checking via ipmi-sel" } + "--nothresholds" = { + set_if = "$ipmi_no_thresholds$" + description = "Turn off performance data thresholds from output-sensor-thresholds" + } "-D" = { value = "$ipmi_protocol_lan_version$" description = "Change the protocol LAN version (default: LAN_2_0)"