mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2026-02-13 02:20:57 +01:00
Compare commits
2 Commits
nagios-okp
...
nagios-okp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05251498c1 | ||
|
|
8d0494c4ff |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A Nagios plugins to check if a specific linux module exists
|
Summary: A Nagios plugins to check if a specific linux module exists
|
||||||
Name: nagios-okplugin-check_linux_modules
|
Name: nagios-okplugin-check_linux_modules
|
||||||
Version: 0.0.12
|
Version: 0.0.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@@ -24,7 +24,7 @@ perl -pi -e "s|/usr/lib|%{_libdir}|g" nrpe.d/check_module.cfg
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
install -D -p -m 0755 check_linux_module.pl %{buildroot}%{_libdir}/nagios/plugins/check_linux_module.pl
|
install -D -p -m 0755 check_linux_modules.pl %{buildroot}%{_libdir}/nagios/plugins/check_linux_modules.pl
|
||||||
install -D -p -m 0755 nrpe.d/check_module.cfg %{buildroot}/etc/nrpe.d/check_module.cfg
|
install -D -p -m 0755 nrpe.d/check_module.cfg %{buildroot}/etc/nrpe.d/check_module.cfg
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@@ -37,6 +37,9 @@ rm -rf %{buildroot}
|
|||||||
/etc/nrpe.d/check_module.cfg
|
/etc/nrpe.d/check_module.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.0.13-1
|
||||||
|
- typo in plugin name fixed (palli@opensource.is)
|
||||||
|
|
||||||
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.0.12-1
|
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.0.12-1
|
||||||
- new package built with tito
|
- new package built with tito
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user