2013-04-16 12:23:32 +02:00
|
|
|
%define debug_package %{nil}
|
|
|
|
|
|
|
|
Summary: A Nagios plugin to check yum updates via NRPE
|
|
|
|
Name: nagios-okplugin-check_yum
|
2014-02-20 19:09:38 +01:00
|
|
|
Version: 1
|
2013-05-27 18:32:45 +02:00
|
|
|
Release: 1%{?dist}
|
2013-04-16 12:23:32 +02:00
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://opensource.is/trac/wiki/check_yum
|
|
|
|
Source0: http://opensource.ok.is/trac/browser/nagios-plugins/check_yum/releases/nagios-okplugin-check_yum-%{version}.tar.gz
|
|
|
|
Requires: nagios-okconfig-nrpe
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Packager: Tomas Edwardsson <tommi@opensource.is>
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
A Nagios plugin to check for updates using yum via NRPE
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl -pi -e "s|/usr/lib|%{_libdir}|g" sudoers.d/check_yum
|
2013-05-27 18:42:13 +02:00
|
|
|
perl -pi -e "s|/usr/lib|%{_libdir}|g" nrpe.d/check_yum.cfg
|
2013-04-16 12:23:32 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
install -D -p -m 0755 check_yum %{buildroot}%{_libdir}/nagios/plugins/check_yum
|
|
|
|
install -D -p -m 0440 sudoers.d/check_yum %{buildroot}/etc/sudoers.d/check_yum
|
2013-05-27 18:19:58 +02:00
|
|
|
install -D -p -m 0644 nrpe.d/check_yum.cfg %{buildroot}/etc/nrpe.d/check_yum.cfg
|
2013-04-16 12:23:32 +02:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
#%doc README LICENSE
|
|
|
|
#%{_libdir}/nagios/plugins/*
|
|
|
|
%{_libdir}/nagios/plugins/check_yum
|
|
|
|
/etc/sudoers.d/check_yum
|
2013-05-27 18:19:58 +02:00
|
|
|
/etc/nrpe.d/check_yum.cfg
|
2013-04-16 12:23:32 +02:00
|
|
|
|
|
|
|
%changelog
|
2014-02-20 19:09:38 +01:00
|
|
|
* Thu Feb 20 2014 Pall Sigurdsson <palli@opensource.is> 1-1
|
|
|
|
- Merge branch 'master' of github.com:opinkerfi/nagios-plugins
|
|
|
|
(palli@opensource.is)
|
|
|
|
|
2013-05-27 18:42:43 +02:00
|
|
|
* Mon May 27 2013 Tomas Edwardsson <tommi@tommi.org> 0.8.2-1
|
|
|
|
- Fixed nrpe with invalid libdir (tommi@tommi.org)
|
|
|
|
|
2013-05-27 18:32:45 +02:00
|
|
|
* Mon May 27 2013 Tomas Edwardsson <tommi@tommi.org> 0.8.1-1
|
|
|
|
- Added missing nrpe config (tommi@tommi.org)
|
|
|
|
- Initial rpm packaging (tommi@tommi.org)
|
|
|
|
- fix for changed output in list-security query (pall.valmundsson@gmail.com)
|
|
|
|
- Merge branch 'master' of github.com:opinkerfi/misc (palli@opensource.is)
|
|
|
|
- Added perfdata and longoutput with ERRATA IDs (tommi@tommi.org)
|
|
|
|
- Added perfdata and longoutput with ERRATA IDs (tommi@tommi.org)
|
|
|
|
- Updated to new upstream release (tommi@tommi.org)
|
|
|
|
|
2013-04-16 12:23:32 +02:00
|
|
|
* Tue Apr 16 2013 Tomas Edwardsson <tommi@opensource.is> 0.8.0-2
|
|
|
|
- Initial packaging
|