summaryrefslogtreecommitdiff
path: root/net/nagios-nsca/MESSAGE
blob: 93e30e84a40ce3a040996e8f14e5aa6a6a88d0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.

===========================================================================