From 8d0494c4ffb329195c5bb502e35856580152b8a9 Mon Sep 17 00:00:00 2001 From: Pall Sigurdsson Date: Mon, 12 Mar 2012 17:59:49 +0000 Subject: [PATCH] typo in plugin name fixed --- check_linux_modules.pl/check_linux_modules.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_linux_modules.pl/check_linux_modules.spec b/check_linux_modules.pl/check_linux_modules.spec index 4d26915..f48635b 100644 --- a/check_linux_modules.pl/check_linux_modules.spec +++ b/check_linux_modules.pl/check_linux_modules.spec @@ -24,7 +24,7 @@ perl -pi -e "s|/usr/lib|%{_libdir}|g" nrpe.d/check_module.cfg %install 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 %clean