Hello community,

here is the log from the commit of package nrpe for openSUSE:Factory checked in 
at 2014-03-09 18:27:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nrpe (Old)
 and      /work/SRC/openSUSE:Factory/.nrpe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nrpe"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nrpe/nrpe.changes        2014-02-19 
07:20:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nrpe.new/nrpe.changes   2014-03-09 
18:27:40.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 17:12:33 UTC 2014 - l...@linux-schulserver.de
+
+- rename README.SUSE according to the new policy
+- fix bnc#865836: create nagios user/group for nagios-plugins-nrpe
+
+-------------------------------------------------------------------

Old:
----
  README.SuSE

New:
----
  README.SUSE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nrpe.spec ++++++
--- /var/tmp/diff_new_pack.GpXoI3/_old  2014-03-09 18:27:41.000000000 +0100
+++ /var/tmp/diff_new_pack.GpXoI3/_new  2014-03-09 18:27:41.000000000 +0100
@@ -35,7 +35,7 @@
 Source3:        nagios-nrpe-SuSEfirewall2
 Source4:        nrpe.8
 Source5:        check_nrpe.cfg
-Source10:       README.SuSE
+Source10:       README.SUSE
 # PATCH-FIX-openSUSE place the service disabled in the directory
 Patch1:         nrpe-xinetd.patch
 # PATCH-FIX-openSUSE adapts NRPE to support the standard buffersize of Nagios 
3.x
@@ -243,6 +243,11 @@
 %post
 %{fillup_and_insserv -fy %{name}}
 
+%pre -n nagios-plugins-nrpe
+# Create user and group on the system if necessary
+%nagios_user_group_add
+%nagios_command_user_group_add
+
 %triggerun -- nagios-nrpe < 2.14
 STATUS='/var/adm/update-scripts/nrpe'
 if [ -x %{_sysconfdir}/init.d/nrpe ]; then
@@ -290,7 +295,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README.SuSE README.SSL SECURITY
+%doc README.SUSE README.SSL SECURITY
 %{_mandir}/man8/nrpe.8*
 %dir %{_sysconfdir}/nrpe.d
 %config(noreplace) %{_sysconfdir}/nrpe.cfg
@@ -306,7 +311,7 @@
 
 %files doc
 %defattr(0644,root,root,0755)
-%doc Changelog LEGAL README README.SSL README.SuSE SECURITY docs/*.pdf
+%doc Changelog LEGAL README README.SSL README.SUSE SECURITY docs/*.pdf
 
 %files -n nagios-plugins-nrpe
 %defattr(-,root,root)

++++++ README.SUSE ++++++
README.SuSE for nagios-nrpe
===========================

= New place for nrpe.cfg =

To allow the use of either Icinga or Nagios, the nrpe.cfg is now 
located in /etc/ directly. If you make use of the include_dir 
directive, please use the new directory /etc/nrpe.d/ for this.

= Package rename =

The packages
- nagios-nrpe-client
- nagios-nrpe-server
are marked as obsolete.

While seeing the client/server pkg normal user would be misled to
install which package where.
When seeing "server" package you're thinking about a server-daemon
and when seeing "client" you're thinking client which is talking
with the server (NRPE).
But it was just the other way round. :(

Now:
- nrpe (obsoletes nagios-nrpe-client) and provides the NRPE
  daemon which should be installed on the remote box which should
  be monitored.

- nagios-plugins-nrpe (obsoletes nagios-nrpe-server) and provides
  "check_nrpe" which should be installed on the server hosting nagios.
  
- nrpe-doc contains documentation and can be installed where 
  ever you want

= Firewall =

The nrpe package ships with a special file for the SuSEfirewall2, that 
allows you to open the port via the YaST firewall module or by adding 
simply 'nrpe' in the according FW_CONFIGURATIONS_* variable in:
 /etc/sysconfig/SuSEfirewall2  
Example: 
 FW_CONFIGURATIONS_EXT="sshd nrpe"
will open the standard ports for SSH and NRPE on the external interface.


Have a lot of fun!
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to