[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 05/05: Updating debian/copyright and debian/control
Jan Wagner
waja at moszumanska.debian.org
Sun Mar 30 20:45:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.
commit d04ad4a3acd81874c820b6cf3f8deaf39b36ddb9
Author: Jan Wagner <waja at cyconet.org>
Date: Sun Mar 30 22:14:45 2014 +0200
Updating debian/copyright and debian/control
---
debian/control | 18 +++++++++---------
debian/copyright | 36 +++++++++++++++++++++++++++++-------
2 files changed, 38 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index b30fdf6..cd87a81 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: extra
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>, Jan Wagner <waja at cyconet.org>
-Build-Depends: debhelper (>= 8.0.0), python, python-debian, quilt (>= 0.46-7), autotools-dev, autotools-dev, dh-autoreconf, flex, libmemcached-dev, libvarnishapi-dev, pkg-config
+Build-Depends: debhelper (>= 8.0.0), python, python-debian, quilt (>= 0.46-7), autotools-dev, dh-autoreconf, autotools-dev, flex, libmemcached-dev, libvarnishapi-dev, pkg-config
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-nagios/pkg-nagios-plugins-contrib
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-nagios/pkg-nagios-plugins-contrib;a=summary
@@ -63,7 +63,7 @@ Description: Plugins for nagios compatible monitoring systems
* Raids
and alerts you if one of these components is faulty or operates
outside its normal parameters.
- * check_httpd_status (rev140): plugin checking Apache or Lighthttpd
+ * check_httpd_status (rev148): plugin checking Apache or Lighthttpd
server-status page (using mod_status)
* check_ipmi_sensor (3.1): IPMI Sensor Monitoring Plugin
Plugin to monitor the hardware status (fan speed, temperaturs,
@@ -79,12 +79,12 @@ Description: Plugins for nagios compatible monitoring systems
limit.
Hit/miss and evictions are measured over a 30 minute interval,
using a memcached object to store the earlier statistics.
- * check_memory (1.0): plugin to check for free memory
+ * check_memory (1.0.1): plugin to check for free memory
This plugin excludes the system cache and buffer, because
on some system with very stable memory usage it is perfectly
normal for system cache to fill in all available memory.
- * check_mongodb (b14ad3ef17): Plugin script to monitor your MongoDB server(s)
- * check_multipath (0.1.9): plugin to monitor the number of available and
+ * check_mongodb (9d17373c6a): Plugin script to monitor your MongoDB server(s)
+ * check_multipath (0.2.0): plugin to monitor the number of available and
failed paths of multipath devices
* check_mysql_health (2.1.8.2): plugin to check various parameters of a
MySQL database
@@ -92,7 +92,7 @@ Description: Plugins for nagios compatible monitoring systems
* check_printer: plugin to check printer supply levels using SNMP
It outputs performance data for all supplies
found, for example toner and drum.
- * check_raid (3.0.5): plugin to check sw/hw RAID status
+ * check_raid (3.0.6+cc7d1b287b): plugin to check sw/hw RAID status
The plugin looks for any known types of RAID configurations,
and checks them all.
.
@@ -133,9 +133,9 @@ Description: Plugins for nagios compatible monitoring systems
it against the local time on the Nagios server. This identifies systems
with no correct time set and sends alarms if the time is off to far.
HOST-RESOURCES-MIB::hrSystemDate.0 used here returns 8 or 11 byte octets.
- SNMP translation needs to be switched off and we need to convert the
+ SNMP translation needs to be switched off and to be converted the
received SNMP data into readable strings.
- * check_ssl_cert (1.15.0): plugin to check the CA and validity of an
+ * check_ssl_cert (1.16.1): plugin to check the CA and validity of an
X.509 certificate
* check_v46 (2013-08-26T07:33:11Z): ipv4/ipv6 Nagios plugin wrapper
Nagios plugin wrapper for running the actual plugin for both / either of
@@ -150,7 +150,7 @@ Description: Plugins for nagios compatible monitoring systems
individual system components that have HTTP interfaces
(JSP, ASP, CGI, PHP, AJAX, Servlets, HTML Forms,
XML/SOAP Web Services, REST, etc).
- * check_whois (1.14): plugin to check for the expiration of a domain.
+ * check_whois (1.15): plugin to check for the expiration of a domain.
The plugin may not yet work with all registrars, since their
output formats differ or there is no expiration date in the
whois output.
diff --git a/debian/copyright b/debian/copyright
index 51a3880..1f6484d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -224,6 +224,7 @@ The plugin was downloaded from:
http://labs.consol.de/lang/en/nagios/check_hpasm/
AUTHOR: Gerhard Lausser <gerhard.lausser at consol.de>
+ License: GPL v2
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
@@ -239,6 +240,8 @@ http://labs.consol.de/lang/en/nagios/check_hpasm/
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
------------------------------------------------------------------------------
@@ -383,7 +386,7 @@ http://exchange.nagios.org/directory/Plugins/Websites,-Forms-and-Transactions/ch
check_memory:
The plugin was downloaded from:
-https://www.monitoringexchange.org/inventory/Check-Plugins/Operating-Systems/Linux/check_memory
+https://github.com/dermoth/misc-code/blob/master/nagios/plugins/check_memory
Copyright (C) 2007 Thomas Guyot-Sionnest <tguyot at gmail.com>
@@ -399,8 +402,8 @@ https://www.monitoringexchange.org/inventory/Check-Plugins/Operating-Systems/Lin
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
------------------------------------------------------------------------------
@@ -413,8 +416,24 @@ https://github.com/mzupan/nagios-plugin-mongodb
Copyright: (c) 2012, Mike Zupan <mike at zcentric.com>
License: BSD
- On Debian systems, a copy of the BSD License can be found in
- /usr/share/common-licenses/BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ Redistributions in binary form must reproduce the above copyright notice, this
+ list of conditions and the following disclaimer in the documentation and/or
+ other materials provided with the distribution.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------------------------------------------------------------------------------
@@ -450,6 +469,7 @@ The plugin was downloaded from:
http://labs.consol.de/lang/en/nagios/check_mysql_health/
AUTHOR: Gerhard Lausser <gerhard.lausser at consol.de>
+ License: GPL v2
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
@@ -465,6 +485,8 @@ http://labs.consol.de/lang/en/nagios/check_mysql_health/
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
------------------------------------------------------------------------------
@@ -569,8 +591,8 @@ https://svn.id.ethz.ch/projects/nagios_plugins/wiki/check_rbl
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
------------------------------------------------------------------------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib
More information about the Pkg-nagios-changes
mailing list