[Pkg-nagios-changes] [pkg-nagios-plugins] 346/413: add check_dbi

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 09387a9fd4a8900c660b689c2d577fc58948090d
Author: Jan Wagner <waja at cyconet.org>
Date:   Sun Aug 25 23:47:20 2013 +0000

    add check_dbi
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 debian/rules     | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 48977b0..38f9f40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ nagios-plugins (1.4.16+git20130823-1) UNRELEASED; urgency=low
     - 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
 
diff --git a/debian/control b/debian/control
index 54d61a2..2c593e7 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: 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 @@ Description: Plugins for nagios compatible monitoring systems
  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,
diff --git a/debian/rules b/debian/rules
index 0b104bf..491cb81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,8 @@ std_plugins:=check_breeze check_ifoperstatus check_hpjd check_ifstatus \
 	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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list