[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] branch master updated (cd40ea0 -> 39101bb)
Bernd Zeimetz
bernd at bzed.de
Wed Oct 1 11:13:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
bzed pushed a change to branch master
in repository pkg-nagios-plugins-contrib.
from cd40ea0 check_libs: fix lsof output parsing for OpenVZ
new 99951c6 Add check_cups_queue module from the sitesummary-client package.
new 6580ced Add check_etc_hosts module from the sitesummary-client package.
new 9c5232b Add check_etc_resolv module from the sitesummary-client package.
new 17f60c1 Add check_ldap_root module from the sitesummary-client package.
new c5637d4 Add check_shutdown module from the sitesummary-client package.
new b63d129 Add check_kernel_status module from the sitesummary-client package.
new 7dccd2a Merge pull request #50 from petterreinholdtsen/checks-from-sitesummary
new 36c3d9a Revert "Add check_kernel_status module from the sitesummary-client package."
new 99cbfb3 Revert "Add check_cups_queue module from the sitesummary-client package."
new 5525ee9 Updating check_printer.
new 4302e53 Fix version number of check_uptime.
new 399a5a4 Updating check_rbl to 1.3.5
new 11320c5 Update check_ipmi_sensor to 3.4
new d6d96ff Refreshing patches.
new f92be1c Auto update of debian/copyright
new b528bd1 Do not depend on perl-base.
new 7259795 Auto update of debian/control
new 39101bb Updating changelog.
The 18 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:
{check_httpd_status => check_etc_hosts}/Makefile | 3 +-
check_etc_hosts/check_etc_hosts | 249 +++++++
check_etc_hosts/control | 8 +
.../COPYRIGHT => check_etc_hosts/copyright | 10 +-
{check_httpd_status => check_etc_resolv}/Makefile | 3 +-
check_etc_resolv/check_etc_resolv | 139 ++++
check_etc_resolv/control | 4 +
.../COPYRIGHT => check_etc_resolv/copyright | 10 +-
check_ipmi_sensor/check_ipmi_sensor | 423 ++++++++----
check_ipmi_sensor/control | 2 +-
check_ipmi_sensor/copyright | 2 +-
{check_httpd_status => check_ldap_root}/Makefile | 3 +-
check_ldap_root/check_ldap_root | 35 +
check_ldap_root/control | 6 +
.../COPYRIGHT => check_ldap_root/copyright | 10 +-
check_printer/check_printer | 174 ++++-
check_printer/control | 2 +-
check_rbl/check_rbl-1.3.2/COPYING | 340 ----------
check_rbl/check_rbl-1.3.2/VERSION | 2 -
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/AUTHORS | 0
.../check_rbl-1.3.5}/COPYING | 0
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/COPYRIGHT | 3 +-
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/Changes | 22 +-
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/INSTALL | 0
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/MANIFEST | 0
.../MANIFEST.SKIP | 0
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/META.yml | 11 +-
.../Makefile.PL | 8 +-
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/NEWS | 9 +-
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/README | 0
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/TODO | 0
check_rbl/check_rbl-1.3.5/VERSION | 2 +
.../{check_rbl-1.3.2 => check_rbl-1.3.5}/check_rbl | 128 ++--
.../check_rbl.ini | 0
.../check_rbl.pod | 14 +-
.../check_rbl.spec | 17 +-
check_rbl/check_rbl-1.3.5/inc/Module/Install.pm | 470 ++++++++++++++
.../check_rbl-1.3.5/inc/Module/Install/Base.pm | 83 +++
.../check_rbl-1.3.5/inc/Module/Install/Include.pm | 34 +
.../inc/Module/Install/MakeMaker.pm | 56 ++
.../check_rbl-1.3.5/inc/Module/Install/Makefile.pm | 418 ++++++++++++
.../check_rbl-1.3.5/inc/Module/Install/Metadata.pm | 722 +++++++++++++++++++++
.../check_rbl-1.3.5/inc/Module/Install/Scripts.pm | 29 +
check_rbl/check_rbl-1.3.5/inc/version.pm | 79 +++
.../t/00_modules.t | 2 +-
check_rbl/control | 2 +-
check_rbl/src | 2 +-
{check_httpd_status => check_shutdown}/Makefile | 3 +-
check_shutdown/check_shutdown | 30 +
check_shutdown/control | 6 +
.../COPYRIGHT => check_shutdown/copyright | 10 +-
check_uptime/control | 2 +-
debian/changelog | 75 ++-
debian/control | 42 +-
debian/copyright | 84 ++-
debian/patches/check_printer/debian_bts | 30 +-
.../check_printer/use_data_dumper_if_needed | 20 +-
debian/patches/check_printer/use_nagios_plugin | 8 +-
.../prefer_cciss_vol_status_over_hpacucli | 2 +-
debian/patches/check_rbl/additional_rbls | 6 +-
debian/patches/check_rbl/pod_encoding_fix | 11 -
debian/patches/series | 1 -
62 files changed, 3178 insertions(+), 688 deletions(-)
copy {check_httpd_status => check_etc_hosts}/Makefile (62%)
create mode 100755 check_etc_hosts/check_etc_hosts
create mode 100644 check_etc_hosts/control
copy check_rbl/check_rbl-1.3.2/COPYRIGHT => check_etc_hosts/copyright (57%)
copy {check_httpd_status => check_etc_resolv}/Makefile (61%)
create mode 100755 check_etc_resolv/check_etc_resolv
create mode 100644 check_etc_resolv/control
copy check_rbl/check_rbl-1.3.2/COPYRIGHT => check_etc_resolv/copyright (57%)
copy {check_httpd_status => check_ldap_root}/Makefile (62%)
create mode 100755 check_ldap_root/check_ldap_root
create mode 100644 check_ldap_root/control
copy check_rbl/check_rbl-1.3.2/COPYRIGHT => check_ldap_root/copyright (57%)
delete mode 100644 check_rbl/check_rbl-1.3.2/COPYING
delete mode 100644 check_rbl/check_rbl-1.3.2/VERSION
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/AUTHORS (100%)
copy {check_hp_bladechassis/check_hp_bladechassis-1.0.1 => check_rbl/check_rbl-1.3.5}/COPYING (100%)
copy check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/COPYRIGHT (95%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/Changes (79%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/INSTALL (100%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/MANIFEST (100%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/MANIFEST.SKIP (100%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/META.yml (73%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/Makefile.PL (83%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/NEWS (69%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/README (100%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/TODO (100%)
create mode 100644 check_rbl/check_rbl-1.3.5/VERSION
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/check_rbl (84%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/check_rbl.ini (100%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/check_rbl.pod (95%)
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/check_rbl.spec (87%)
create mode 100644 check_rbl/check_rbl-1.3.5/inc/Module/Install.pm
create mode 100644 check_rbl/check_rbl-1.3.5/inc/Module/Install/Base.pm
create mode 100644 check_rbl/check_rbl-1.3.5/inc/Module/Install/Include.pm
create mode 100644 check_rbl/check_rbl-1.3.5/inc/Module/Install/MakeMaker.pm
create mode 100644 check_rbl/check_rbl-1.3.5/inc/Module/Install/Makefile.pm
create mode 100644 check_rbl/check_rbl-1.3.5/inc/Module/Install/Metadata.pm
create mode 100644 check_rbl/check_rbl-1.3.5/inc/Module/Install/Scripts.pm
create mode 100644 check_rbl/check_rbl-1.3.5/inc/version.pm
rename check_rbl/{check_rbl-1.3.2 => check_rbl-1.3.5}/t/00_modules.t (97%)
copy {check_httpd_status => check_shutdown}/Makefile (63%)
create mode 100755 check_shutdown/check_shutdown
create mode 100644 check_shutdown/control
rename check_rbl/check_rbl-1.3.2/COPYRIGHT => check_shutdown/copyright (57%)
delete mode 100644 debian/patches/check_rbl/pod_encoding_fix
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git
More information about the Pkg-nagios-changes
mailing list