]> granicus.if.org Git - icinga2/blobdiff - itl/command.conf
ITL: Add CIM port parameter for esxi_hardware CheckCommand
[icinga2] / itl / command.conf
index 34d49be71135f9771fd4aa0c52fbcbf652e2ceed..3a9d9177a173a26e5e1bdb3cf34ce879db40205b 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012 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                *
  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.             *
  ******************************************************************************/
 
-template CheckCommand "plugin-check-command" {
-       methods = {
-               execute = "PluginCheck"
-       }
-}
-
-template NotificationCommand "plugin-notification-command" {
-       methods = {
-               execute = "PluginNotification"
-       }
-}
-
-template EventCommand "plugin-event-command" {
-       methods = {
-               execute = "PluginEvent"
-       }
-}
+library "methods"