[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Nicolas DUPEUX
nicolas.dupeux at arkea.com
Tue Feb 28 22:19:22 UTC 2012
The following commit has been merged in the debian/master branch:
commit 7d96e5cb9b5dc28de3744f37b9f10943444729fe
Author: Nicolas DUPEUX <nicolas.dupeux at arkea.com>
Date: Mon Feb 6 17:03:25 2012 +0100
Code review. Fix header
diff --git a/shinken/modules/nsca.py b/shinken/modules/nsca.py
index 4fc291d..f924e76 100644
--- a/shinken/modules/nsca.py
+++ b/shinken/modules/nsca.py
@@ -1,24 +1,29 @@
-#!/usr/bin/python
-#Copyright (C) 2009 Gabes Jean, naparuba at gmail.com
+#!/usr/bin/env python
+
+# -*- coding: utf-8 -*-
+
+# Copyright (C) 2009-2012 :
+# Gabes Jean, naparuba at gmail.com
+# Nicolas Dupeux, nicolas.dupeux at arkea.com
#
-#This file is part of Shinken.
+# This file is part of Shinken.
#
-#Shinken is free software: you can redistribute it and/or modify
-#it under the terms of the GNU Affero General Public License as published by
-#the Free Software Foundation, either version 3 of the License, or
-#(at your option) any later version.
+# Shinken is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-#Shinken 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 Affero General Public License for more details.
+# Shinken 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 Affero General Public License for more details.
#
-#You should have received a copy of the GNU Affero General Public License
-#along with Shinken. If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Affero General Public License
+# along with Shinken. If not, see <http://www.gnu.org/licenses/>.
-#This Class is an example of an Arbiter module
-#Here for the configuration phase AND running one
+# This Class is an NSCA Arbiter module
+# Here for the configuration phase AND running one
import time
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list