diff options
author | bouyer <bouyer> | 2006-02-18 17:13:45 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2006-02-18 17:13:45 +0000 |
commit | 51e8acdd4d7981fa79a7698377cd5b40b6c701b7 (patch) | |
tree | 02850c03e968590c7dee42790830803844b3df67 /net/nagios-nsca/MESSAGE | |
parent | c6c122b5a0c505c9a665dc1eeaae7d128caaff20 (diff) | |
download | pkgsrc-51e8acdd4d7981fa79a7698377cd5b40b6c701b7.tar.gz |
Initial import of nagios-nsca 2.0, based on the 1.3.x package in pkgsrc-wip.
nsca and send_nsca are remote/passive network service daemons for nagios.
These are orignally from the NetSaint package (NSCA = NetSaint Check Acceptor)
Diffstat (limited to 'net/nagios-nsca/MESSAGE')
-rw-r--r-- | net/nagios-nsca/MESSAGE | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/nagios-nsca/MESSAGE b/net/nagios-nsca/MESSAGE new file mode 100644 index 00000000000..93e30e84a40 --- /dev/null +++ b/net/nagios-nsca/MESSAGE @@ -0,0 +1,26 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2006/02/18 17:13:45 bouyer Exp $ + +Inetd Configuration: + +If you plan on running nsca under inetd or xinetd and making use +of TCP wrappers, you need to do the following things: + + + +1) Add a line to your /etc/services file as follows (modify the port + number as you see fit) + + nsca 5667/tcp # NSCA + +2) Add an entry to /etc/inetd.conf as follows: + + + nsca stream tcp nowait <nscabin> -c <nscacfg> --inetd + + + - Replace <user> with the name of the user that nsca server should run as. + - Replace <nscabin> with the path to the nsca binary on your system. + - Replace <nscacfg> with the path to the nsca config file on your system. + +=========================================================================== |