add check_dbi
This commit is contained in:
parent
43c9cc0390
commit
09387a9fd4
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -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@cyconet.org> Fri, 23 Aug 2013 22:45:43 +0200
|
||||
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: net
|
|||
Priority: extra
|
||||
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.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
|
||||
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,
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue