]> granicus.if.org Git - icinga2/commitdiff
Removed obsolete file.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 17 Jun 2013 07:38:18 +0000 (09:38 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 17 Jun 2013 07:38:18 +0000 (09:38 +0200)
itl/Makefile.am
itl/itl.conf
itl/notification.conf [deleted file]

index 501de7dd4ebf88fd020644f8be1c00afb11b814e..b02b34bd652cda9250dfbd441b2213640247e6ad 100644 (file)
@@ -5,7 +5,6 @@ icinga2itl_DATA = \
        command-common.conf \
        itl.conf \
        host.conf \
-       notification.conf \
        timeperiod.conf \
        service.conf \
        service-common.conf \
index 54d8e842915fafd494c83b6af70fe96da0959a22..ba23abcbd9645c21ba03656aa81353a8bc44c307 100644 (file)
@@ -27,5 +27,4 @@ include "command.conf"
 include "command-common.conf"
 include "service.conf"
 include "service-common.conf"
-include "notification.conf"
 include "timeperiod.conf"
diff --git a/itl/notification.conf b/itl/notification.conf
deleted file mode 100644 (file)
index a97c65e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/******************************************************************************
- * Icinga 2                                                                   *
- * Copyright (C) 2012 Icinga Development Team (http://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                *
- * 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.             *
- ******************************************************************************/
-
-template Notification "plugin-notification" {
-       methods = {
-               notify = "PluginNotification"
-       }
-}