Files
nrpe/nrpe.xml
Lars Vogdt 4539fe6c35 - add nrpe.xml snipplet for firewalld
- still ship nrpe snipplet for SuSEfirewalld for now
- use systemd files directly from upstream:
  + drop Requires=var-run.mount line from service file 
  + drop nrpe.service
  + drop nrpe.socket
  + do not create tmpfiles.d/nrpe in spec any longer
- handle migration from /etc/nagios/nrpe.cfg to /etc/nrpe.cfg also 
  for systemd case (triggerun)
- increase warn/crit level for processes to 350/400 in a default 
  installation
- added patch and dh.h file to NOT re-calculate dh.h parameters 
  during each build (for reproducable builds). 
  Can be enable/disable by setting the 'reproducable' build 
  condition. Default is: "on" for now
  + nrpe-3.2.1-static_dh_parameters.patch
  + nrpe-3.2.1-dh.h
- use _rundir and _tmpfilesdir macros everywhere
- do not create nagios user/group during install on (open)SUSE
  systems and rely on the files section here instead

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/nrpe?expand=0&rev=66
2019-02-17 17:49:38 +00:00

7 lines
315 B
XML

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>NRPE</short>
<description>Opens port for NRPE Service to allow connects from Nagios.</description>
<port protocol="tcp" port="5666"/>
</service>