mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-22 02:13:44 +01:00
Added missing nrpe config
This commit is contained in:
parent
5a49b22a10
commit
e7a474c07a
@ -29,6 +29,7 @@ perl -pi -e "s|/usr/lib|%{_libdir}|g" sudoers.d/check_yum
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
install -D -p -m 0755 check_yum %{buildroot}%{_libdir}/nagios/plugins/check_yum
|
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
|
install -D -p -m 0440 sudoers.d/check_yum %{buildroot}/etc/sudoers.d/check_yum
|
||||||
|
install -D -p -m 0644 nrpe.d/check_yum.cfg %{buildroot}/etc/nrpe.d/check_yum.cfg
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -40,6 +41,7 @@ rm -rf %{buildroot}
|
|||||||
#%{_libdir}/nagios/plugins/*
|
#%{_libdir}/nagios/plugins/*
|
||||||
%{_libdir}/nagios/plugins/check_yum
|
%{_libdir}/nagios/plugins/check_yum
|
||||||
/etc/sudoers.d/check_yum
|
/etc/sudoers.d/check_yum
|
||||||
|
/etc/nrpe.d/check_yum.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 16 2013 Tomas Edwardsson <tommi@opensource.is> 0.8.0-2
|
* Tue Apr 16 2013 Tomas Edwardsson <tommi@opensource.is> 0.8.0-2
|
||||||
|
Loading…
Reference in New Issue
Block a user