[Pkg-nagios-changes] [pkg-monitoring-plugins] branch master updated (6b545bd -> be431d8)
Jan Wagner
waja at moszumanska.debian.org
Thu Dec 1 10:34:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
waja pushed a change to branch master
in repository pkg-monitoring-plugins.
from 6b545bd New changelog entry
new 6f99654 Adding OpenSSL support by d/p/21_openssl11 (Closes: #844031), still build against openssl 1.0
new 3978de2 travis-ci: Add my own trusty ppa for newer lintian
new fc1e752 travis-ci: use distribution trusty
new 0bf4153 travis-ci: Use include build matrix
adds 55c71a6 Imported Upstream version 2.1.2
adds 9873767 Imported Upstream version 2.1.2
adds ea115af Imported Upstream version 2.1.2
new c845af0 New upstream version 2.2
new 055195c Merge tag 'upstream/2.2'
new 79b42f5 Drop patches integrated upstream
new b7622f6 d/changelog: New changelog due new upstream version
new be431d8 Don't ship removed LEGAL file anymore
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 14 +-
AUTHORS | 1 +
ChangeLog | 19887 +-----------------------
LEGAL | 10 -
Makefile.am | 2 +-
Makefile.in | 5 +-
NEWS | 175 +-
NP-VERSION-GEN | 2 +-
REQUIREMENTS | 12 +-
THANKS | 24 +-
aclocal.m4 | 1 +
config.h.in | 12 +
configure | 578 +-
configure.ac | 61 +-
debian/changelog | 12 +-
debian/monitoring-plugins-common.docs | 1 -
debian/patches/15_check_smtp_expect | 28 -
debian/patches/16_check_smtp_quit | 31 -
debian/patches/17_check_smtp_forcetls_on_cert | 36 -
debian/patches/20_check_radius_radcli | 347 -
debian/patches/series | 9 -
gl/Makefile.am | 11 +-
gl/Makefile.in | 19 +-
gl/m4/gnulib-cache.m4 | 3 +-
gl/m4/gnulib-comp.m4 | 15 +
gl/m4/strcasestr.m4 | 142 +
gl/{strstr.c => strcasestr.c} | 60 +-
lib/Makefile.in | 3 +
lib/tests/Makefile.in | 3 +
lib/utils_cmd.c | 14 +-
pkg/solaris/pkginfo | 4 +-
plugins-root/Makefile.in | 3 +
plugins-root/check_dhcp.c | 17 +-
plugins-root/check_icmp.c | 93 +-
plugins-scripts/Makefile.am | 2 +
plugins-scripts/Makefile.in | 5 +
plugins-scripts/check_breeze.pl | 5 +-
plugins-scripts/check_disk_smb.pl | 5 +-
plugins-scripts/check_file_age.pl | 5 +-
plugins-scripts/check_flexlm.pl | 5 +-
plugins-scripts/check_ifoperstatus.pl | 9 +-
plugins-scripts/check_ifstatus.pl | 11 +-
plugins-scripts/check_ircd.pl | 5 +-
plugins-scripts/check_mailq.pl | 35 +-
plugins-scripts/check_rpc.pl | 5 +-
plugins-scripts/check_wave.pl | 5 +-
plugins-scripts/t/check_rpc.t | 2 +-
plugins-scripts/utils.pm.in | 1 +
plugins/Makefile.in | 3 +
plugins/check_apt.c | 4 +-
plugins/check_by_ssh.c | 11 +-
plugins/check_cluster.c | 2 +-
plugins/check_dbi.c | 4 +-
plugins/check_dig.c | 10 +-
plugins/check_disk.c | 13 +-
plugins/check_dns.c | 12 +-
plugins/check_dummy.c | 4 +-
plugins/check_fping.c | 6 +-
plugins/check_game.c | 4 +-
plugins/check_hpjd.c | 4 +-
plugins/check_http.c | 160 +-
plugins/check_ide_smart.c | 32 +-
plugins/check_ldap.c | 99 +-
plugins/check_load.c | 6 +-
plugins/check_mrtg.c | 4 +-
plugins/check_mrtgtraf.c | 18 +-
plugins/check_mysql.c | 4 +-
plugins/check_mysql_query.c | 4 +-
plugins/check_nagios.c | 4 +-
plugins/check_nt.c | 55 +-
plugins/check_ntp.c | 10 +-
plugins/check_ntp_peer.c | 4 +-
plugins/check_ntp_time.c | 12 +-
plugins/check_nwstat.c | 4 +-
plugins/check_overcr.c | 4 +-
plugins/check_pgsql.c | 4 +-
plugins/check_ping.c | 4 +-
plugins/check_procs.c | 4 +-
plugins/check_radius.c | 44 +-
plugins/check_real.c | 12 +-
plugins/check_smtp.c | 66 +-
plugins/check_snmp.c | 73 +-
plugins/check_ssh.c | 16 +-
plugins/check_swap.c | 7 +-
plugins/check_tcp.c | 13 +-
plugins/check_time.c | 4 +-
plugins/check_ups.c | 4 +-
plugins/check_users.c | 64 +-
plugins/common.h | 7 +
plugins/negate.c | 4 +-
plugins/netutils.c | 27 +-
plugins/netutils.h | 17 +-
plugins/sslutils.c | 130 +-
plugins/t/NPTest.cache.travis | 8 +-
plugins/t/check_http.t | 71 +-
plugins/t/check_ldap.t | 80 +
plugins/t/check_snmp.t | 8 +-
plugins/t/check_users.t | 4 +-
plugins/tests/check_http.t | 10 +-
plugins/tests/check_snmp.t | 22 +-
plugins/utils.c | 83 +-
plugins/utils.h | 34 +-
po/de.gmo | Bin 7632 -> 7632 bytes
po/de.po | 1615 +-
po/fr.gmo | Bin 91520 -> 90889 bytes
po/fr.po | 1628 +-
po/monitoring-plugins.pot | 1606 +-
release | 2 +-
tap/Makefile.in | 3 +
109 files changed, 4530 insertions(+), 23376 deletions(-)
delete mode 100644 LEGAL
delete mode 100644 debian/patches/15_check_smtp_expect
delete mode 100644 debian/patches/16_check_smtp_quit
delete mode 100644 debian/patches/17_check_smtp_forcetls_on_cert
delete mode 100644 debian/patches/20_check_radius_radcli
create mode 100644 gl/m4/strcasestr.m4
copy gl/{strstr.c => strcasestr.c} (59%)
create mode 100644 plugins/t/check_ldap.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-monitoring-plugins.git
More information about the Pkg-nagios-changes
mailing list