[-]
[+]
|
Changed |
nagios-plugins-hpasm.spec
|
|
[-]
[+]
|
Changed |
check_hpasm-4.2.1.1.tar.bz2/ChangeLog
^
|
@@ -2,6 +2,9 @@
# Changelog of the check_hpasm plugin #
#######################################
+4.2.1.1
+- added support for x1** nas storage, which was detected as storage but in fact is like a proliant (Thanks Maik Schulz)
+
4.2.1
- added timeout handling
- better hpacucli da controller handling
|
[-]
[+]
|
Changed |
check_hpasm-4.2.1.1.tar.bz2/configure
^
|
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.in .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for check_hpasm 4.2.1.
+# Generated by GNU Autoconf 2.59 for check_hpasm 4.2.1.1.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@@ -268,8 +268,8 @@
# Identity of this package.
PACKAGE_NAME='check_hpasm'
PACKAGE_TARNAME='check_hpasm'
-PACKAGE_VERSION='4.2.1'
-PACKAGE_STRING='check_hpasm 4.2.1'
+PACKAGE_VERSION='4.2.1.1'
+PACKAGE_STRING='check_hpasm 4.2.1.1'
PACKAGE_BUGREPORT=''
ac_default_prefix=/usr/local/nagios
@@ -722,7 +722,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures check_hpasm 4.2.1 to adapt to many kinds of systems.
+\`configure' configures check_hpasm 4.2.1.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -788,7 +788,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of check_hpasm 4.2.1:";;
+ short | recursive ) echo "Configuration of check_hpasm 4.2.1.1:";;
esac
cat <<\_ACEOF
@@ -904,7 +904,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-check_hpasm configure 4.2.1
+check_hpasm configure 4.2.1.1
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -918,7 +918,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by check_hpasm $as_me 4.2.1, which was
+It was created by check_hpasm $as_me 4.2.1.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1561,7 +1561,7 @@
# Define the identity of the package.
PACKAGE='check_hpasm'
- VERSION='4.2.1'
+ VERSION='4.2.1.1'
cat >>confdefs.h <<_ACEOF
@@ -2595,7 +2595,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by check_hpasm $as_me 4.2.1, which was
+This file was extended by check_hpasm $as_me 4.2.1.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2650,7 +2650,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-check_hpasm config.status 4.2.1
+check_hpasm config.status 4.2.1.1
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
[-]
[+]
|
Changed |
check_hpasm-4.2.1.1.tar.bz2/configure.in
^
|
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_REVISION ($Revision: 1.150 $)
AC_PREREQ(2.58)
-AC_INIT(check_hpasm,4.2.1)
+AC_INIT(check_hpasm,4.2.1.1)
AM_INIT_AUTOMAKE([1.9 tar-pax])
AC_CANONICAL_HOST
|
[-]
[+]
|
Changed |
check_hpasm-4.2.1.1.tar.bz2/plugins-scripts/HP/Server.pm
^
|
@@ -38,6 +38,9 @@
} elsif ($self->{productname} =~ /PROLIANT 4LEE/) {
bless $self, 'HP::Storage';
$self->trace(3, 'using HP::Storage');
+ } elsif ($self->{productname} =~ /X\d+ Network Storage/) {
+ bless $self, 'HP::Proliant::SNMP';
+ $self->trace(3, 'using HP::Proliant::SNMP');
} elsif ($self->{productname} =~ /Storage/) { # fake
bless $self, 'HP::Storage';
$self->trace(3, 'using HP::Storage');
|
|
Deleted |
check_hpasm-4.2.tar.gz
^
|