Changeset 99bb030 in nscp for trunk/NSC.dist


Ignore:
Timestamp:
03/20/06 16:50:33 (7 years ago)
Author:
Michael Medin <michael@…>
Children:
8b89aba
Parents:
c3579b8
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NSC.dist

    r9bc31a8 r99bb030  
    5151 
    5252[NSClient] 
     53;# ALLOWED HOST ADDRESSES 
     54;  This is a comma-delimited list of IP address of hosts that are allowed to talk to NSClient deamon. 
     55;  If you leave this blank the global version will be used instead. 
     56;allowed_hosts= 
     57; 
    5358;# NSCLIENT PORT NUMBER 
    5459;  This is the port the NSClientListener.dll will listen to. 
    5560;port=12489 
     61; 
     62;# BIND TO ADDRESS 
     63;  Allows you to bind server to a specific local address. This has to be a dotted ip adress not a hostname. 
     64;  Leaving this blank will bind to all avalible IP adresses. 
     65;bind_to_address= 
    5666 
    5767 
     
    8797;  This option controls if SSL should be used on the socket. 
    8898;use_ssl=1 
     99; 
     100;# BIND TO ADDRESS 
     101;  Allows you to bind server to a specific local address. This has to be a dotted ip adress not a hostname. 
     102;  Leaving this blank will bind to all avalible IP adresses. 
     103; bind_to_address= 
     104; 
     105;# ALLOWED HOST ADDRESSES 
     106;  This is a comma-delimited list of IP address of hosts that are allowed to talk to NRPE deamon. 
     107;  If you leave this blank the global version will be used instead. 
     108;allowed_hosts= 
     109 
    89110 
    90111[NRPE Handlers] 
Note: See TracChangeset for help on using the changeset viewer.