Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
icinga
:
production
>
pnp4icinga
> pnp4icinga-xinetd.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pnp4icinga-xinetd.patch of Package pnp4icinga
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 pnp4icinga +# +# 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 = icinga cps = 150 10 - server = /usr/local/nagios/libexec/process_perfdata.pl + server = /usr/lib/nagios/plugins/process_perfdata.pl server_args = --inetd }