Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
check_openmanage
> check_openmanage.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File check_openmanage.spec of Package check_openmanage (Revision 6)
Currently displaying revision
6
,
show latest
Summary: A Nagios plugin to check hardware health on Dell servers Name: check_openmanage Version: 3.5.0 Release: 1%{?dist} License: GPL Packager: Trond Hasle Amundsen <t.h.amundsen@usit.uio.no> Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://folk.uio.no/trondham/software/check_openmanage.html Source0: http://folk.uio.no/trondham/software/%{name}-%{version}.tar.gz Requires: perl %description check_openmanage is a plugin for Nagios which checks the hardware health of Dell PowerEgde and PowerVault servers. It uses the Dell OpenManage Server Administrator (OMSA) software to accomplish this task. check_openmanage can be used with SNMP or NRPE, whichever suits your needs and particular taste. The plugin checks the health of the storage subsystem, power supplies, memory modules, temperature probes etc., and gives an alert if any of the components are faulty or operate outside normal parameters. %prep %setup -q %build gzip %{name}.8 mkdir -p %{buildroot}/%{_libdir}/nagios/plugins/contrib mkdir -p %{buildroot}/%{_mandir}/man3 %install install -d -m 0755 %{buildroot}/%{_libdir}/nagios/plugins/contrib install -m 0755 %{name} %{buildroot}/%{_libdir}/nagios/plugins/contrib install -m 0755 %{name}.3pm.gz %{buildroot}/%{_mandir}/man3 pushd %{buildroot}/%{_libdir}/nagios/plugins/contrib ln -s %{name} %{name}_alertlog ln -s %{name} %{name}_batteries ln -s %{name} %{name}_cpu ln -s %{name} %{name}_esmlog ln -s %{name} %{name}_fans ln -s %{name} %{name}_intrusion ln -s %{name} %{name}_memory ln -s %{name} %{name}_power ln -s %{name} %{name}_pwrmonitor ln -s %{name} %{name}_storage ln -s %{name} %{name}_temperature ln -s %{name} %{name}_esmhealth popd %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, -) %{_libdir}/nagios/plugins/contrib/%{name}* %dir %{_libdir}/nagios %dir %{_libdir}/nagios/plugins %dir %{_libdir}/nagios/plugins/contrib %attr(0755, root, root) %{_mandir}/man8/%{name}.8* %changelog * Wed Oct 14 2009 Carsten Schoene <cs@linux-administrator.com> - 3.5.0-1 - update to version 3.5.0 - Major feature enhancements - New option -a or --all turns on checking of everything - The manual page (POD info) is removed from the script and is now in a separate file, to make check_openmanage fully ePN compatible - ePN is no longer disabled by default, check_openmanage no longer has an opinion on whether it should run under ePN or not - The -m or --man option is no longer available - The option -v or --verbose is renamed to -d or --debug, which makes more sense wrt. its usage - The -g or --global option is removed. Checking the global health status is now default if applicable - Checking intrusion detection is now turned on by default - The obsolete option --snmp is removed - The option --state now has a shorter equivalent -s - The basename stuff and options --only-critical and --only-warning are now replaced by an option --only - If plugin is run by Nagios, redirect stderr to stdout, useful for detecting errors within the plugin - Added option --omreport, that lets the user specify the full path to the omreport binary - Added non-8bit-legacy default search paths for omreport.exe for Windows boxen - Minor changes to the plugin output, for consistency - New blacklisting keyword bat_charge disables warning messages related to controller cache battery charging. Thanks to Robert Heinzmann for a patch. - For blacklisting, the component ID kan now be "ALL", in which all components of that type is blacklisted. - Man page is moved to section 8 * Sat Aug 08 2009 Carsten Schoene <cs@linux-administrator.com> - 3.4.9-1 - update to version 3.4.9 - Fixed a bug that could cause errors and weird results when checking cooling devices (fans) via SNMP. - changes in 3.4.8 - For failed physical drives, check_openmanage will now output the drive's vendor, model and size in GB or TB. * Fri Jul 24 2009 Carsten Schoene <cs@linux-administrator.com> - 3.4.7-1 - update to version 3.4.7 * Tue Apr 28 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.1-1 - Version 3.3.1 * Tue Apr 7 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.3.0-1 - Version 3.3.0 * Sun Mar 29 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.7-1 - Version 3.2.7 * Thu Mar 5 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.6-1 - Version 3.2.6 * Tue Feb 24 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.5-1 - Version 3.2.5 - take 64bit (other libdir) into consideration * Tue Feb 17 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.4-1 - Version 3.2.4 * Mon Feb 9 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.3-1 - Version 3.2.3 * Tue Feb 3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.2-1 - Version 3.2.2 * Tue Feb 3 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.1-1 - Version 3.2.1 * Tue Jan 27 2009 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.2.0-1 - Version 3.2.0 * Sat Dec 20 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.0.2-1 - Version 3.0.2 * Thu Dec 4 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 3.0.0-1 - Version 3.0.0 * Wed Nov 19 2008 Trond H. Amundsen <t.h.amundsen@usit.uio.no> - 2.1.0-0 - first RPM release