X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=nagios-nrpe.spec;h=e5fd9d90b223ee0edbe8c26c3eecf594027140e6;hb=refs%2Ftags%2Fauto%2Fac%2Fnagios-nrpe-2.15-4;hp=7a1ef58789f3ef708d75e232de8f90ea7dd8b924;hpb=e8316598cc2600a3150c87437bb9a28469dfe7d8;p=packages%2Fnagios-nrpe.git diff --git a/nagios-nrpe.spec b/nagios-nrpe.spec index 7a1ef58..e5fd9d9 100644 --- a/nagios-nrpe.spec +++ b/nagios-nrpe.spec @@ -1,25 +1,25 @@ Summary: Nagios remote plugin execution service/plugin -Summary(pl): Demon i wtyczka zdalnego wywo³ywania wtyczek Nagios +Summary(pl.UTF-8): Demon i wtyczka zdalnego wywoływania wtyczek Nagios Name: nagios-nrpe -Version: 2.0 -Release: 2.7 +Version: 2.15 +Release: 4 License: GPL v2 Group: Networking -Source0: http://dl.sourceforge.net/nagios/nrpe-%{version}.tar.gz -# Source0-md5: 70ef9502a3b7e49fa520dbceabfa04d0 +Source0: http://downloads.sourceforge.net/nagios/nrpe-%{version}.tar.gz +# Source0-md5: 3921ddc598312983f604541784b35a50 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/ -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: rpmbuild(macros) >= 1.202 +BuildRequires: openssl-devel BuildRequires: openssl-tools -PreReq: nagios-common -Requires(pre): /usr/bin/getgid -Requires(pre): /bin/id -Requires(pre): /usr/sbin/groupadd -Requires(pre): /usr/sbin/useradd -Requires(post,postun): /sbin/chkconfig -Requires: nagios-plugins +BuildRequires: rpmbuild(macros) >= 1.647 +Requires(post,preun): /sbin/chkconfig +Requires: nagios-common +Requires: rc-scripts Provides: nagios-core Obsoletes: netsaint-nrpe BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -27,88 +27,124 @@ 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 %description -Nagios nrpe allows you to remotely execute plugins on other hosts -and report the plugin output back to the monitoring host. - -%description -l pl -Nagios npre pozwala zdalnie uruchamiaæ wtyczki na innych hostach, -a wynik ich dzia³ania zwracaæ z powrotem do hosta monitoruj±cego. - -%package plugin +NPRE (Nagios Remote Plugin Executor) is a system daemon that will +execute various Nagios plugins locally on behalf of a remote +(monitoring) host that uses the check_nrpe plugin. + +%description -l pl.UTF-8 +NRPE to dodatek do Nagiosa pozwalający na wywoływanie "lokalnych" +wtyczek (takich jak check_disk, check_procs itp.) na zdalnych +maszynach. Wtyczka check_nrpe jest wywoływana z poziomu Nagiosa i +wysyła żądania uruchomienia wtyczek do demona NRPE działającego na +zdalnej maszynie (jako samodzielny demon lub usługa inetd). Obsługuje +przekazywanie argumentów poleceń do serwera, a także natywne +szyfrowanie SSL/TLS (w trybie anonimowego DH). + +%package -n nagios-plugin-check_nrpe Summary: check_nrpe plugin for Nagios -Summary(pl): Wtyczka check_nrpe dla Nagiosa +Summary(pl.UTF-8): Wtyczka check_nrpe dla Nagiosa Group: Networking -Requires: nagios-core +Requires: nagios-common +Provides: %{name}-plugin = %{version}-%{release} +Obsoletes: nagios-nrpe-plugin < 2.12-6 -%description plugin -check_nrpe plugin for Nagios. This plugin allows running plugins on -remote machines using nrpe service. +%description -n nagios-plugin-check_nrpe +The check_nrpe plugin is called from Nagios and makes plugin execution +requests to the NRPE daemon running on the remote host. Supports +passing command arguments to server, as well as native SSL/TLS +encryption (anonymous DH mode). -%description plugin -l pl -Wtyczka check_nrpe dla Nagiosa. Pozwala na zdalne uruchamianie -wtyczek na innych komputerach za pomoc± demona nrpe. +%description -n nagios-plugin-check_nrpe -l pl.UTF-8 +Wtyczka check_nrpe dla Nagiosa. Pozwala na zdalne uruchamianie wtyczek +na innych komputerach za pomocą demona nrpe. %prep %setup -q -n nrpe-%{version} +%undos contrib/nrpe_check_control.c +%patch0 -p1 +%patch1 -p1 %build -%{__aclocal} -%{__autoconf} - %configure \ - --with-init-dir=/etc/rc.d/init.d \ --with-nrpe-port=%{nsport} \ --with-nrpe-user=nagios \ - --with-nrpe-grp=nagios \ - --prefix=%{_prefix} \ - --exec-prefix=%{_sbindir} \ - --bindir=%{_sbindir} \ - --libexecdir=%{_plugindir} \ - --datadir=%{_prefix}/share/nagios \ - --sysconfdir=%{_sysconfdir} \ - --localstatedir=%{_localstatedir} + --with-nrpe-group=nagios \ + --enable-ssl \ + --with-ssl-lib=%{_libdir} \ + --enable-command-args %{__make} all +%{__cc} %{rpmcppflags} %{rpmcflags} %{rpmldflags} contrib/nrpe_check_control.c -o contrib/nrpe_check_control + %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir},%{_libdir}/nagios/plugins,%{_sbindir}} \ - $RPM_BUILD_ROOT%{_localstatedir} - -install nrpe.cfg $RPM_BUILD_ROOT/etc/nagios/nrpe.cfg -install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/nrpe -install src/nrpe $RPM_BUILD_ROOT%{_sbindir} -install src/check_nrpe $RPM_BUILD_ROOT%{_plugindir} +install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir}/{plugins,nrpe.d},%{_libdir}/nagios/plugins,%{_sbindir}} \ + $RPM_BUILD_ROOT{%{_localstatedir},/var/run/nrpe} \ + $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} +install -p src/check_nrpe $RPM_BUILD_ROOT%{_plugindir} +cp -p %{SOURCE3} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf %clean rm -rf $RPM_BUILD_ROOT %post /sbin/chkconfig --add nrpe -if [ -f /var/lock/subsys/nrpe ]; then - /etc/rc.d/init.d/nrpe restart 1>&2 -fi +%service nrpe restart %preun if [ "$1" = "0" ] ; then - if [ -f /var/lock/subsys/nrpe ]; then - /etc/rc.d/init.d/nrpe stop 1>&2 - fi + %service nrpe stop /sbin/chkconfig --del nrpe fi +%triggerpostun -- %{name} < 2.15-4 +# skip *this* trigger on downgrade +[ $1 -le 1 ] && exit 0 + +# 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 + +%triggerpostun -n nagios-plugin-check_nrpe -- nagios-plugin-check_nrpe < 2.12-7.1 +if [ -f %{_sysconfdir}/plugins/nrpe.cfg.rpmsave ]; then + cp -f %{_sysconfdir}/plugins/check_nrpe.cfg{,.rpmnew} + mv -f %{_sysconfdir}/plugins/{nrpe.cfg.rpmsave,check_nrpe.cfg} + sed -i -e 's,-c \$ARG1\$,$ARG1$,' %{_sysconfdir}/plugins/check_nrpe.cfg +fi + %files %defattr(644,root,root,755) %doc Changelog LEGAL README* SECURITY -%attr(754,root,root) /etc/rc.d/init.d/nrpe -%attr(640,root,nagios) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nrpe.cfg +%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 +%{systemdtmpfilesdir}/%{name}.conf -%files plugin +%files -n nagios-plugin-check_nrpe %defattr(644,root,root,755) -%dir %{_plugindir} -%attr(755,root,root) %{_plugindir}/* +%attr(640,root,nagios) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/plugins/check_nrpe.cfg +%attr(755,root,root) %{_plugindir}/check_nrpe