pkgsrc/net/nagios-nsca/MESSAGE
seb 4af75b1299 - Minor fix to MESSAGE file.
- Add NAGIOS_USER user and NAGIOS_GROUP handling.
- Explicitly configure NAGIOS_USER/NAGIOS_GROUP as Nagios NSCA user/group
hence this package now follows NAGIOS_USER and NAGIOS_GROUP settings.
- When deleting the package allow removal of directories shared
with other Nagios packages to fail.
- Bump PKGREVISION to 1
2007-11-26 22:14:23 +00:00

26 lines
844 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.2 2007/11/26 22:14:23 seb 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 <user> <nscabin> nsca -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.
===========================================================================