File nsca.xinetd.patch of Package nsca
--- sample-config/nsca.xinetd.in.a 2011-11-10 23:43:39.000000000 +0100
+++ sample-config/nsca.xinetd.in 2011-11-10 23:45:15.000000000 +0100
@@ -1,15 +1,17 @@
-# default: on
+# default: off
# description: NSCA (Nagios Service Check Acceptor)
service nsca
{
flags = REUSE
socket_type = stream
+ type = UNLISTED
+ port = @nsca_port@
wait = no
user = @nsca_user@
- group = @nsca_grp@
+ group = @nsca_grp@
server = @bindir@/nsca
server_args = -c @sysconfdir@/nsca.cfg --inetd
log_on_failure += USERID
- disable = no
- only_from = 127.0.0.1
+ disable = yes
+# only_from = 127.0.0.1
}