From 0ecd650134fafac4ad6c9bf7a0db36f3e2eee3be Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 17 Jun 2013 09:38:18 +0200 Subject: [PATCH] Removed obsolete file. --- itl/Makefile.am | 1 - itl/itl.conf | 1 - itl/notification.conf | 24 ------------------------ 3 files changed, 26 deletions(-) delete mode 100644 itl/notification.conf diff --git a/itl/Makefile.am b/itl/Makefile.am index 501de7dd4..b02b34bd6 100644 --- a/itl/Makefile.am +++ b/itl/Makefile.am @@ -5,7 +5,6 @@ icinga2itl_DATA = \ command-common.conf \ itl.conf \ host.conf \ - notification.conf \ timeperiod.conf \ service.conf \ service-common.conf \ diff --git a/itl/itl.conf b/itl/itl.conf index 54d8e8429..ba23abcbd 100644 --- a/itl/itl.conf +++ b/itl/itl.conf @@ -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 index a97c65e45..000000000 --- a/itl/notification.conf +++ /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" - } -} -- 2.40.0