@@ -0,0 +1,31 @@
+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
+ }
+
|