]> granicus.if.org Git - icinga2/blobdiff - itl/command.conf
ITL: Add CIM port parameter for esxi_hardware CheckCommand
[icinga2] / itl / command.conf
index 972a2a1aca02a52ac3a2ded8ef5321a4e5b57b6e..3a9d9177a173a26e5e1bdb3cf34ce879db40205b 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org)    *
+ * Copyright (C) 2012-2016 Icinga Development Team (https://www.icinga.org/)  *
  *                                                                            *
  * This program is free software; you can redistribute it and/or              *
  * modify it under the terms of the GNU General Public License                *
  ******************************************************************************/
 
 library "methods"
-
-template CheckCommand "icinga-check-command" {
-       methods.execute = "IcingaCheck"
-}
-
-template CheckCommand "cluster-check-command" {
-       methods.execute = "ClusterCheck"
-}
-
-template CheckCommand "plugin-check-command" {
-       methods.execute = "PluginCheck"
-}
-
-template CheckCommand "agent-check-command" {
-       methods.execute = "AgentCheck"
-}
-
-template NotificationCommand "plugin-notification-command" {
-       methods.execute = "PluginNotification"
-}
-
-template EventCommand "plugin-event-command" {
-       methods.execute = "PluginEvent"
-}