]> granicus.if.org Git - icinga2/blobdiff - itl/command-plugins.conf
CMake: Fix LTO flags for shared linking
[icinga2] / itl / command-plugins.conf
index 89308e913fdba1a410f2f293a49cb064cf60cd9e..144cb3684b2cef8fdd7033d4e668ff9bbc0afa33 100644 (file)
@@ -1,21 +1,4 @@
-/******************************************************************************
- * Icinga 2                                                                   *
- * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)  *
- *                                                                            *
- * This program is free software; you can redistribute it and/or              *
- * modify it under the terms of the GNU General Public License                *
- * as published by the Free Software Foundation; either version 2             *
- * of the License, or (at your option) any later version.                     *
- *                                                                            *
- * This program is distributed in the hope that it will be useful,            *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of             *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
- * GNU General Public License for more details.                               *
- *                                                                            *
- * You should have received a copy of the GNU General Public License          *
- * along with this program; if not, write to the Free Software Foundation     *
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.             *
- ******************************************************************************/
+/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
 
 template CheckCommand "ipv4-or-ipv6" {
        vars.check_address = {{
@@ -1475,6 +1458,11 @@ object CheckCommand "disk" {
                        description = "Ignore all filesystems of indicated type (may be repeated)"
                        repeat_key = true
                }
+               "-N" = {
+                       value = "$disk_include_type$"
+                       description = "Check only filesystems of indicated type (may be repeated)"
+                       repeat_key = true
+               }
        }
 
        vars.disk_wfree = "20%"
@@ -1843,6 +1831,10 @@ object CheckCommand "snmpv3" {
                        value = "$snmpv3_user$"
                        description = "SNMPv3 username"
                }
+               "-N" = {
+                       value = "$snmpv3_context$"
+                       description = "SNMPv3 context"
+               }
                "-A" = {
                        value = "$snmpv3_auth_key$"
                        description = "SNMPv3 authentication password"
@@ -1958,6 +1950,10 @@ object CheckCommand "apt" {
                        set_if = "$apt_only_critical$"
                        description = "Only warn about critical upgrades."
                }
+               "--list" = {
+                       set_if = "$apt_list$"
+                       description = "List packages available for upgrade."
+               }
        }
 
        timeout = 5m