mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +01:00
67 lines
1.8 KiB
RPMSpec
67 lines
1.8 KiB
RPMSpec
%define debug_package %{nil}
|
|
|
|
Summary: A Nagios plugin to check disks via NRPE
|
|
Name: nagios-okplugin-check_disks
|
|
Version: 1.0.6
|
|
Release: 1%{?dist}
|
|
License: GPLv2+
|
|
Group: Applications/System
|
|
URL: http://opensource.is/trac/wiki/check_disks
|
|
Source0: http://opensource.ok.is/trac/browser/nagios-plugins/check_eva/releases/nagios-okplugin-check_disks-%{version}.tar.gz
|
|
Requires: nagios-plugins-nrpe
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
Packager: Pall Sigurdsson <palli@opensource.is>
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
A Nagios plugin to check disks via NRPE
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
perl -pi -e "s|/usr/lib|%{_libdir}|g" check_disks.pl
|
|
|
|
%build
|
|
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
install -D -p -m 0755 check_disks.pl %{buildroot}%{_libdir}/nagios/plugins/check_disks.pl
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
#%doc README LICENSE
|
|
#%{_libdir}/nagios/plugins/*
|
|
%{_libdir}/nagios/plugins/check_disks.pl
|
|
|
|
%changelog
|
|
* Tue Mar 25 2014 Tomas Edwardsson <tommi@tommi.org> 1.0.6-1
|
|
- Bumped version
|
|
|
|
* Tue Mar 25 2014 Tomas Edwardsson <tommi@tommi.org> 1.0.5-1
|
|
- Added support for inodes (tryggvi@linux.is)
|
|
|
|
* Sat Mar 02 2013 Tryggvi Farestveit <tryggvi@linux.is> 1.0.4-1
|
|
- Added support for inodes
|
|
|
|
* Wed May 16 2012 Tomas Edwardsson <tommi@tommi.org> 1.0.3-1
|
|
- Updated version of nagios-okplugin-check_disks (tommi@tommi.org)
|
|
- Issue #56, temporary fix for selinux and disk checks (tommi@tommi.org)
|
|
|
|
* Mon May 16 2012 Tomas Edwardsson <tommi@opensource.is> 1.0.2-1
|
|
- Ignore warning states from nrpe
|
|
|
|
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 1.0.1-1
|
|
- new package built with tito
|
|
|
|
* Sun Oct 16 2011 Tomas Edwardsson <tommi@opensource.is> 0.1-2
|
|
- Fixed dependencies and build arch
|
|
|
|
* Mon Mar 1 2010 Pall Sigurdsson <palli@opensource.is> 0.1-1
|
|
- Initial packaging
|