[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] branch master updated (ff74dbd -> 25d1eea)
Jan Wagner
waja at moszumanska.debian.org
Tue Jun 23 12:31:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
waja pushed a change to branch master
in repository pkg-nagios-plugins-contrib.
from ff74dbd check_rbl: Disable dul.ru
new c11ef66 check_mongo: Update to recent version
new 32e8ae4 check_hpasm: Updating to latest 4.7.1.1
new a08beb2 check_ipmi_sensor: Updating to 3.8
new 25d1eea Updating control file
The 4 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:
.../AUTHORS | 0
.../COPYING | 0
.../ChangeLog | 6 +
.../INSTALL | 0
.../Makefile.am | 0
.../Makefile.in | 0
.../NEWS | 0
.../README | 0
.../TODO | 0
.../acinclude.m4 | 0
.../aclocal.m4 | 0
.../config.guess | 0
.../config.sub | 0
.../configure | 20 ++--
.../configure.in | 2 +-
.../install-sh | 0
.../missing | 0
.../plugins-scripts/HP/BladeSystem.pm | 0
.../plugins-scripts/HP/BladeSystem/Component.pm | 0
.../Component/CommonEnclosureSubsystem.pm | 0
.../CommonEnclosureSubsystem/FanSubsystem.pm | 0
.../CommonEnclosureSubsystem/FuseSubsystem.pm | 0
.../CommonEnclosureSubsystem/ManagerSubsystem.pm | 0
.../CommonEnclosureSubsystem/TempSubsystem.pm | 0
.../BladeSystem/Component/NetConnectorSubsystem.pm | 0
.../Component/PowerEnclosureSubsystem.pm | 0
.../BladeSystem/Component/PowerSupplySubsystem.pm | 0
.../BladeSystem/Component/ServerBladeSubsystem.pm | 0
.../plugins-scripts/HP/Proliant.pm | 24 +++-
.../plugins-scripts/HP/Proliant/Component.pm | 0
.../HP/Proliant/Component/AsrSubsystem.pm | 0
.../HP/Proliant/Component/AsrSubsystem/CLI.pm | 0
.../HP/Proliant/Component/AsrSubsystem/SNMP.pm | 0
.../HP/Proliant/Component/CpuSubsystem.pm | 0
.../HP/Proliant/Component/CpuSubsystem/CLI.pm | 0
.../HP/Proliant/Component/CpuSubsystem/SNMP.pm | 0
.../HP/Proliant/Component/DiskSubsystem.pm | 0
.../HP/Proliant/Component/DiskSubsystem/Da.pm | 0
.../HP/Proliant/Component/DiskSubsystem/Da/CLI.pm | 0
.../HP/Proliant/Component/DiskSubsystem/Da/SNMP.pm | 0
.../HP/Proliant/Component/DiskSubsystem/Fca.pm | 14 ++-
.../HP/Proliant/Component/DiskSubsystem/Fca/CLI.pm | 0
.../Proliant/Component/DiskSubsystem/Fca/SNMP.pm | 35 +++++-
.../HP/Proliant/Component/DiskSubsystem/Ide.pm | 0
.../HP/Proliant/Component/DiskSubsystem/Ide/CLI.pm | 0
.../Proliant/Component/DiskSubsystem/Ide/SNMP.pm | 0
.../HP/Proliant/Component/DiskSubsystem/Sas.pm | 0
.../HP/Proliant/Component/DiskSubsystem/Sas/CLI.pm | 0
.../Proliant/Component/DiskSubsystem/Sas/SNMP.pm | 0
.../HP/Proliant/Component/DiskSubsystem/Scsi.pm | 0
.../Proliant/Component/DiskSubsystem/Scsi/CLI.pm | 0
.../Proliant/Component/DiskSubsystem/Scsi/SNMP.pm | 0
.../HP/Proliant/Component/EventSubsystem.pm | 2 +-
.../HP/Proliant/Component/EventSubsystem/CLI.pm | 0
.../HP/Proliant/Component/EventSubsystem/SNMP.pm | 0
.../HP/Proliant/Component/FanSubsystem.pm | 0
.../HP/Proliant/Component/FanSubsystem/CLI.pm | 0
.../HP/Proliant/Component/FanSubsystem/SNMP.pm | 0
.../HP/Proliant/Component/MemorySubsystem.pm | 4 +-
.../HP/Proliant/Component/MemorySubsystem/CLI.pm | 0
.../HP/Proliant/Component/MemorySubsystem/SNMP.pm | 0
.../HP/Proliant/Component/NicSubsystem.pm | 0
.../HP/Proliant/Component/NicSubsystem/SNMP.pm | 4 +-
.../HP/Proliant/Component/PowersupplySubsystem.pm | 0
.../Proliant/Component/PowersupplySubsystem/CLI.pm | 0
.../Component/PowersupplySubsystem/SNMP.pm | 0
.../plugins-scripts/HP/Proliant/Component/SNMP.pm | 0
.../HP/Proliant/Component/TemperatureSubsystem.pm | 0
.../Proliant/Component/TemperatureSubsystem/CLI.pm | 0
.../Component/TemperatureSubsystem/SNMP.pm | 0
.../plugins-scripts/HP/SNMP/Utils.pm | 0
.../plugins-scripts/HP/Server.pm | 17 ++-
.../plugins-scripts/HP/Storage.pm | 0
.../plugins-scripts/HP/StorageWorks.pm | 0
.../plugins-scripts/Makefile.am | 0
.../plugins-scripts/Makefile.in | 0
.../plugins-scripts/Nagios/MiniPlugin.pm | 0
.../plugins-scripts/check_hpasm.pl | 0
.../plugins-scripts/subst.in | 0
check_hpasm/control | 2 +-
check_hpasm/src | 2 +-
check_ipmi_sensor/changelog.txt | 9 ++
check_ipmi_sensor/check_ipmi_sensor | 3 +-
check_ipmi_sensor/control | 2 +-
check_mongodb/check_mongodb.py | 123 +++++++++++++--------
check_mongodb/control | 2 +-
debian/control | 10 +-
87 files changed, 201 insertions(+), 80 deletions(-)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/AUTHORS (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/COPYING (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/ChangeLog (98%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/INSTALL (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/Makefile.am (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/Makefile.in (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/NEWS (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/README (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/TODO (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/acinclude.m4 (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/aclocal.m4 (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/config.guess (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/config.sub (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/configure (99%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/configure.in (99%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/install-sh (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/missing (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component/CommonEnclosureSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component/CommonEnclosureSubsystem/FanSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component/CommonEnclosureSubsystem/FuseSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component/CommonEnclosureSubsystem/ManagerSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component/CommonEnclosureSubsystem/TempSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component/NetConnectorSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component/PowerEnclosureSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component/PowerSupplySubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/BladeSystem/Component/ServerBladeSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant.pm (95%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/AsrSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/AsrSubsystem/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/AsrSubsystem/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/CpuSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/CpuSubsystem/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/CpuSubsystem/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Da.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Da/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Da/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Fca.pm (95%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Fca/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Fca/SNMP.pm (88%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Ide.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Ide/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Ide/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Sas.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Sas/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Sas/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Scsi.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Scsi/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/DiskSubsystem/Scsi/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/EventSubsystem.pm (98%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/EventSubsystem/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/EventSubsystem/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/FanSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/FanSubsystem/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/FanSubsystem/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/MemorySubsystem.pm (98%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/MemorySubsystem/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/MemorySubsystem/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/NicSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/NicSubsystem/SNMP.pm (98%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/PowersupplySubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/PowersupplySubsystem/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/PowersupplySubsystem/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/TemperatureSubsystem.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/TemperatureSubsystem/CLI.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Proliant/Component/TemperatureSubsystem/SNMP.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/SNMP/Utils.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Server.pm (96%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/Storage.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/HP/StorageWorks.pm (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/Makefile.am (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/Makefile.in (100%)
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/Nagios/MiniPlugin.pm (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/check_hpasm.pl (100%)
mode change 100644 => 100755
rename check_hpasm/{check_hpasm-4.7.0.2 => check_hpasm-4.7.1.1}/plugins-scripts/subst.in (100%)
mode change 100644 => 100755
--
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