[Pkg-nagios-changes] [pkg-nagios] r2110 - nagios-plugins/trunk/debian

Jan Wagner waja at alioth.debian.org
Sun Aug 25 23:47:21 UTC 2013


Author: waja
Date: 2013-08-25 23:47:20 +0000 (Sun, 25 Aug 2013)
New Revision: 2110

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/control
   nagios-plugins/trunk/debian/rules
Log:
add check_dbi

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2013-08-25 23:34:04 UTC (rev 2109)
+++ nagios-plugins/trunk/debian/changelog	2013-08-25 23:47:20 UTC (rev 2110)
@@ -8,6 +8,7 @@
     - 11_check_nt_npe.dpatch
     - 12_check_smtp_double_threshold.dpatch
   * Fix removing empty /usr/include
+  * Add new check_dbi into nagios-plugins-standard
 
  -- Jan Wagner <waja at cyconet.org>  Fri, 23 Aug 2013 22:45:43 +0200
 

Modified: nagios-plugins/trunk/debian/control
===================================================================
--- nagios-plugins/trunk/debian/control	2013-08-25 23:34:04 UTC (rev 2109)
+++ nagios-plugins/trunk/debian/control	2013-08-25 23:47:20 UTC (rev 2110)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
 Uploaders: Jan Wagner <waja at cyconet.org>, Alexander Wirt <formorer at debian.org>
-Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9), perl, autotools-dev, libldap2-dev, libpq-dev, libmysqlclient-dev | libmysqlclient16-dev | libmysqlclient15-dev, libradiusclient-ng-dev, libkrb5-dev, libnet-snmp-perl, procps, mawk | awk, hardening-wrapper
+Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9), perl, autotools-dev, libdbi-dev, libldap2-dev, libpq-dev, libmysqlclient-dev | libmysqlclient16-dev | libmysqlclient15-dev, libradiusclient-ng-dev, libkrb5-dev, libnet-snmp-perl, procps, mawk | awk, hardening-wrapper
 Homepage: http://nagiosplug.sourceforge.net
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-nagios/nagios-plugins/
 Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-plugins/trunk/
@@ -72,7 +72,7 @@
  Plugins for nagios compatible monitoring systems like Nagios and Icinga. It
  contains the following plugins:
  .
-  check_bgpstate, check_breeze, check_dig, check_disk_smb,
+  check_bgpstate, check_breeze, check_dbi, check_dig, check_disk_smb,
   check_dns, check_flexlm, check_fping, check_game,
   check_hpjd, check_ifoperstatus, check_ifstatus, check_ldap,
   check_ldaps, check_linux_raid, check_mailq, check_mysql,

Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules	2013-08-25 23:34:04 UTC (rev 2109)
+++ nagios-plugins/trunk/debian/rules	2013-08-25 23:47:20 UTC (rev 2110)
@@ -34,7 +34,8 @@
 	check_radius check_mysql check_mysql_query check_pgsql \
 	check_disk_smb check_ldap check_ldaps \
 	check_mailq \
-	check_dns check_dig check_flexlm check_oracle
+	check_dns check_dig check_flexlm check_oracle \
+	check_dbi
 
 common_files:=negate urlize utils.pm utils.sh
 




More information about the Pkg-nagios-changes mailing list