From afc2e349e137ab02115d9ab9e446ec58508f8068 Mon Sep 17 00:00:00 2001 From: Thomas Niedermeier Date: Tue, 21 Feb 2017 13:50:05 +0100 Subject: [PATCH] ITL: Fix spelling of ipmi_protocol_lan_version variable refs #5019 Signed-off-by: Michael Friedrich --- doc/10-icinga-template-library.md | 2 +- itl/plugins-contrib.d/ipmi.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 4c073e877..c6534ba37 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -2296,7 +2296,7 @@ ipmi_exclude_sensor_id | **Optional.** Exclude sensor matching ipmi_se ipmi_exclude_sensor | **Optional.** Exclude sensor based on IPMI sensor type. (Comma-separated) ipmi_exclude_sel | **Optional.** Exclude SEL entries of specific sensor types. (comma-separated list). ipmi_sensor_id | **Optional.** Include sensor matching ipmi_sensor_id. -ipmi_protocal_lan_version | **Optional.** Change the protocol LAN version. Defaults to "LAN_2_0". +ipmi_protocol_lan_version | **Optional.** Change the protocol LAN version. Defaults to "LAN_2_0". 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. diff --git a/itl/plugins-contrib.d/ipmi.conf b/itl/plugins-contrib.d/ipmi.conf index 925ce3802..5b74cf949 100644 --- a/itl/plugins-contrib.d/ipmi.conf +++ b/itl/plugins-contrib.d/ipmi.conf @@ -76,7 +76,7 @@ object CheckCommand "ipmi-sensor" { description = "Turn off system event log checking via ipmi-sel" } "-D" = { - value = "$ipmi_protocal_lan_version$" + value = "$ipmi_protocol_lan_version$" description = "Change the protocol LAN version (default: LAN_2_0)" } "-fc" = { @@ -102,7 +102,7 @@ object CheckCommand "ipmi-sensor" { } vars.ipmi_address = "$check_address$" - vars.ipmi_protocal_lan_version = "LAN_2_0" + vars.ipmi_protocol_lan_version = "LAN_2_0" } /*