X-Git-Url: http://git.pld-linux.org/?p=packages%2Fnagios-nrpe.git;a=blobdiff_plain;f=nagios-nrpe.spec;h=e505f95f09ba82a52d9e0955600aeff4f63d5690;hp=91209c65a91bfd6eff03be028d807bacd032f77a;hb=d7c31488208e33974fab6a139381ffec58b875ee;hpb=475d9adc7392d102ee77d787f1485395ffac0592 diff --git a/nagios-nrpe.spec b/nagios-nrpe.spec index 91209c6..e505f95 100644 --- a/nagios-nrpe.spec +++ b/nagios-nrpe.spec @@ -1,15 +1,16 @@ Summary: Nagios remote plugin execution service/plugin Summary(pl.UTF-8): Demon i wtyczka zdalnego wywoływania wtyczek Nagios Name: nagios-nrpe -Version: 2.14 -Release: 1 +Version: 3.0 +Release: 2 License: GPL v2 Group: Networking Source0: http://downloads.sourceforge.net/nagios/nrpe-%{version}.tar.gz -# Source0-md5: 105857720e21674083a6d6be99e102c7 +# Source0-md5: e2e8e0bcd9a3924b0ea94e76500f147b Source1: nrpe.init Source2: nrpe-command.cfg Source3: %{name}.tmpfiles +Source4: commands.cfg Patch0: %{name}-config.patch Patch1: nrpe_check_control.patch URL: http://www.nagios.org/ @@ -18,7 +19,7 @@ BuildRequires: openssl-tools BuildRequires: rpmbuild(macros) >= 1.647 Requires(post,preun): /sbin/chkconfig Requires: nagios-common -Requires: rc-scripts +Requires: rc-scripts >= 0.4.1.26 Provides: nagios-core Obsoletes: netsaint-nrpe BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,7 +27,6 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sysconfdir /etc/nagios %define _datadir %{_prefix}/share/%{name} %define _plugindir %{_libdir}/nagios/plugins -%define _libexecdir %{_plugindir} %define _localstatedir %{_var}/log/nagios %define nsport 5666 @@ -73,7 +73,9 @@ na innych komputerach za pomocą demona nrpe. --with-nrpe-port=%{nsport} \ --with-nrpe-user=nagios \ --with-nrpe-group=nagios \ + --with-piddir=/var/run/nrpe \ --enable-ssl \ + --with-ssl-lib=%{_libdir} \ --enable-command-args %{__make} all @@ -87,6 +89,7 @@ install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir}/{plugins,nrpe.d},%{_l $RPM_BUILD_ROOT%{systemdtmpfilesdir} cp -p sample-config/nrpe.cfg $RPM_BUILD_ROOT%{_sysconfdir}/nrpe.cfg +cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/nrpe.d sed -e 's,@plugindir@,%{_plugindir},' %{SOURCE2} > $RPM_BUILD_ROOT%{_sysconfdir}/plugins/check_nrpe.cfg install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/nrpe install -p src/nrpe $RPM_BUILD_ROOT%{_sbindir} @@ -106,6 +109,26 @@ if [ "$1" = "0" ] ; then /sbin/chkconfig --del nrpe fi +%triggerpostun -- %{name} < 2.15-5 +# skip *this* trigger on downgrade +[ $1 -le 1 ] && exit 0 + +# ensure there's include_dir directive +if ! grep -q '^include_dir=%{_sysconfdir}/nrpe.d' %{_sysconfdir}/nrpe.cfg; then + echo 'include_dir=%{_sysconfdir}/nrpe.d' >> %{_sysconfdir}/nrpe.cfg +fi + +# check if need to migrate +grep -q '^command\[' %{_sysconfdir}/nrpe.cfg || exit 0 + +# move command definitions to separate file +mv -f %{_sysconfdir}/nrpe.d/commands.cfg{,.rpmnew} +grep '^command\[' %{_sysconfdir}/nrpe.cfg > %{_sysconfdir}/nrpe.d/commands.cfg +cp -f %{_sysconfdir}/nrpe.cfg{,.rpmsave} +sed -i -e '/^command\[/d' %{_sysconfdir}/nrpe.cfg + +%service nrpe restart + %triggerpostun -- %{name} < 2.6-1.1 %{__sed} -i -e 's,/var/run/nrpe.pid,/var/run/nrpe/nrpe.pid,' %{_sysconfdir}/nrpe.cfg @@ -118,9 +141,10 @@ fi %files %defattr(644,root,root,755) -%doc Changelog LEGAL README* SECURITY +%doc Changelog LEGAL README* SECURITY.md update-cfg.pl %attr(640,root,nagios) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nrpe.cfg %attr(750,root,nagios) %dir %{_sysconfdir}/nrpe.d +%attr(640,root,nagios) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nrpe.d/commands.cfg %attr(755,root,root) %{_sbindir}/nrpe %attr(754,root,root) /etc/rc.d/init.d/nrpe %dir %attr(775,root,nagios) /var/run/nrpe