add check_dbi

This commit is contained in:
Jan Wagner 2013-08-25 23:47:20 +00:00
parent 43c9cc0390
commit 09387a9fd4
3 changed files with 5 additions and 3 deletions

1
debian/changelog vendored
View file

@ -8,6 +8,7 @@ nagios-plugins (1.4.16+git20130823-1) UNRELEASED; urgency=low
- 11_check_nt_npe.dpatch - 11_check_nt_npe.dpatch
- 12_check_smtp_double_threshold.dpatch - 12_check_smtp_double_threshold.dpatch
* Fix removing empty /usr/include * Fix removing empty /usr/include
* Add new check_dbi into nagios-plugins-standard
-- Jan Wagner <waja@cyconet.org> Fri, 23 Aug 2013 22:45:43 +0200 -- Jan Wagner <waja@cyconet.org> Fri, 23 Aug 2013 22:45:43 +0200

4
debian/control vendored
View file

@ -3,7 +3,7 @@ Section: net
Priority: extra Priority: extra
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org> Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Jan Wagner <waja@cyconet.org>, Alexander Wirt <formorer@debian.org> Uploaders: Jan Wagner <waja@cyconet.org>, Alexander Wirt <formorer@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 Homepage: http://nagiosplug.sourceforge.net
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-nagios/nagios-plugins/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-nagios/nagios-plugins/
Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-plugins/trunk/ 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 Plugins for nagios compatible monitoring systems like Nagios and Icinga. It
contains the following plugins: 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_dns, check_flexlm, check_fping, check_game,
check_hpjd, check_ifoperstatus, check_ifstatus, check_ldap, check_hpjd, check_ifoperstatus, check_ifstatus, check_ldap,
check_ldaps, check_linux_raid, check_mailq, check_mysql, check_ldaps, check_linux_raid, check_mailq, check_mysql,

3
debian/rules vendored
View file

@ -34,7 +34,8 @@ std_plugins:=check_breeze check_ifoperstatus check_hpjd check_ifstatus \
check_radius check_mysql check_mysql_query check_pgsql \ check_radius check_mysql check_mysql_query check_pgsql \
check_disk_smb check_ldap check_ldaps \ check_disk_smb check_ldap check_ldaps \
check_mailq \ 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 common_files:=negate urlize utils.pm utils.sh