Hello community,

here is the log from the commit of package nagios-plugins-hpasm for 
openSUSE:Factory checked in at 2013-01-29 10:51:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nagios-plugins-hpasm (Old)
 and      /work/SRC/openSUSE:Factory/.nagios-plugins-hpasm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nagios-plugins-hpasm", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.nagios-plugins-hpasm.new/nagios-plugins-hpasm.changes
   2013-01-29 10:51:42.000000000 +0100
@@ -0,0 +1,66 @@
+-------------------------------------------------------------------
+Wed Jan 23 10:47:15 UTC 2013 - [email protected]
+
+- update to 4.6.3:
+  + fix the problem with –99 degrees
+  + fix the problem with binrry zero EventUpdateTime
+  + Proliant Gen8 should work now 
+  + some bugfixes in bladecenter temperatures
+  + fix some bugs in snmpget where the system responded with 
+    undef values 
+  + fix a small bug in boottime
+  + skip pagination in long "show iml" lists
+  + make bulk requests if possible 
+- specfile cleanup
+
+-------------------------------------------------------------------
+Tue Nov 23 11:48:43 UTC 2012 - [email protected]
+
+- beautify specfile (removed some whitespaces)
+- fixed spec file to compile on SUSE distributions
+- Recommend hpasm package only for SUSE distributions
+
+-------------------------------------------------------------------
+Wed Jul  4 22:54:53 UTC 2012 - [email protected]
+
+- update to 4.6:
+  + output power consumption as performance data
+  + change the way --snmpwalk reads oids from a file
+  + fix a bug in snmp-eventlogs
+  + add another error log: Main Memory
+  + add another error log: 210 - Quick Path Interconnect
+  + remove watt percent for blade center power supply
+  + make the snmp oid collection phase shorter for blade center
+  + output power consumption perfdata for BladeCenters
+  + correctly identify dl388g7
+  + add checks for power converters
+  + add checks for nic teaming
+  + fix a bug with invalid date/time from iml
+  + fix a bug in blade enclosure manager verbose output
+  + add msa2xxx storage sensors
+  + add monitoring of IML events 
+  + blacklisting for SAS controller & disks was added
+  + add a check for asr
+  + add a global temperature check when no temperature sensors are found
+  + check power converters if no fault tolerant power supplies are found
+  + fix a bug when a wrong
+- specfile and requires cleanup
+
+-------------------------------------------------------------------
+Fri Jul 23 16:49:13 UTC 2010 - [email protected]
+
+- beautify specfile
+- build in openSUSE Buildservice
+- Recommend hpasm package
+
+-------------------------------------------------------------------
+Thu Jul  20 00:00:00 UTC 2010 Martin Caj <[email protected]> - 4.2.2
+
+- change destinacion path to /usr/lib/nagios/plugins/
+
+-------------------------------------------------------------------
+Thu Jul  13 00:00:00 UTC 2010 Martin Caj <[email protected]> - 4.2.1
+
+- create first version
+
+

New:
----
  check_hpasm-4.6.3.tar.bz2
  nagios-plugins-hpasm.changes
  nagios-plugins-hpasm.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nagios-plugins-hpasm.spec ++++++
#
# spec file for package nagios-plugins-hpasm
#
# Copyright (c) 2009-2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           nagios-plugins-hpasm
Version:        4.6.3
Release:        1
License:        GPL-2.0+
%define         realname check_hpasm
Summary:        Checks hardware health of Hewlett-Packard Proliant Servers
Url:            http://labs.consol.de/nagios/check_hpasm/
Group:          System/Monitoring
Source0:        %{realname}-%{version}.tar.bz2
# for directory ownership:check_hpasm-4.2.tar.gz
BuildRequires:  nagios-rpm-macros
Requires:       net-snmp
Requires:       perl
Requires:       perl(Data::Dumper)
Requires:       perl(File::Basename)
Requires:       perl(Getopt::Long)
Requires:       perl(Nagios::Plugin)
Requires:       perl(Net::SNMP)
Requires:       perl(SNMP)
%if 0%{?suse_version}
Recommends:     hpasm
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
check_hpasm is a plugin for Nagios which checks the hardware health of
Hewlett-Packard Proliant Servers. To accomplish this, you must have installed
the hpasm package. The plugin checks the health of

    * Processors
    * Power supplies
    * Memory modules
    * Fans
    * CPU- and board-temperatures
    * Raids (ide and sas only when using SNMP)

and alerts you if one of these components is faulty or operates outside its
normal parameters.

%prep
%setup -q -n %{realname}-%{version}

%build
%configure \
           --enable-perfdata \
           --enable-hpacucli \
           --enable-extendedinfo \
           --with-nagios-user=%{nagios_user} \
           --with-nagios-group=%{nagios_group} \
           --with-degrees='celsius' \
           --with-perl=%{_bindir}/perl \
           --with-noinst-level='unknown' \
           --program-prefix=nagios/plugins/

make %{?_smp_mflags}

%install
mkdir -p %{buildroot}/%{nagios_libdir}
mkdir -p %{buildroot}/%{nagios_plugindir}
mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}
%make_install
install -m644 AUTHORS ChangeLog COPYING README TODO 
%{buildroot}/%{_defaultdocdir}/%{name}/

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc %{_defaultdocdir}/%{name}
%dir %{nagios_libdir}
%dir %{nagios_plugindir}
%attr (755,root,root) %{nagios_plugindir}/check_hpasm

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to