]> granicus.if.org Git - icinga2/blobdiff - itl/plugins-contrib.d/ipmi.conf
Merge pull request #6896 from Icinga/bugfix/notification-delay-5561
[icinga2] / itl / plugins-contrib.d / ipmi.conf
index 0474caba0e9af5df5d680f3f4688e29f67f85c4d..b290fe50d60450b43be32871c37e4e98d75172f1 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/)  *
+ * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)      *
  *                                                                            *
  * This program is free software; you can redistribute it and/or              *
  * modify it under the terms of the GNU General Public License                *
@@ -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)"
@@ -99,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$"