Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
pnp4icinga
> pnp4nagios-xinetd.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pnp4nagios-xinetd.patch of Package pnp4icinga (Revision 1)
Currently displaying revision
1
,
show latest
Index: sample-config/xinetd.pnp.sample.in =================================================================== --- sample-config/xinetd.pnp.sample.in.orig +++ sample-config/xinetd.pnp.sample.in @@ -1,3 +1,8 @@ +# Configuration for pnp4nagios +# +# Please add the port to your /etc/services file. +# cps limits the incoming requests to 150 per seconds - afterwards it waits for 10 seconds. +# # # Config fuer net2pnp # Der verwendete Port muss in der /etc/servcies bekannt gegeben werden @@ -6,14 +11,15 @@ service pnp { - disable = no + disable = yes + type = UNLISTED socket_type = stream protocol = tcp port = 5669 wait = no user = nagios cps = 150 10 - server = /usr/local/nagios/libexec/process_perfdata.pl + server = /usr/lib/nagios/plugins/process_perfdata.pl server_args = --inetd }