Changeset 3f69109 in nscp for NSC.dist


Ignore:
Timestamp:
12/11/07 21:34:14 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
47b843a
Parents:
5ca3931
Message:

2007-12-11 MickeM

+ Added support for index-lookups of PDH counters (hopefully *all* local problems are now fixed (yeah right))

2007-12-10 MickeM

+ Added intial draft for LUA module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NSC.dist

    r23c63eb r3f69109  
    2020; RemoteConfiguration IS AN EXTREM EARLY IDEA SO DONT USE FOR PRODUCTION ENVIROMNEMTS! 
    2121;RemoteConfiguration.dll 
     22; NSCA Agent is a new beta module use with care! 
     23;NSCAAgent.dll 
    2224 
    2325[Settings] 
     
    178180; myotherfile.ini 
    179181; real.ini 
     182 
     183[NSCA Agent] 
     184;# CHECK INTERVALL (in seconds) 
     185;   How often we should run the checks and submit the results. 
     186interval=5 
     187; 
     188;# ENCRYPTION METHOD 
     189;   This option determines the method by which the send_nsca client will encrypt the packets it sends  
     190;   to the nsca daemon. The encryption method you choose will be a balance between security and  
     191;   performance, as strong encryption methods consume more processor resources. 
     192;   You should evaluate your security needs when choosing an encryption method. 
     193; 
     194; Note: The encryption method you specify here must match the decryption method the nsca daemon uses  
     195;       (as specified in the nsca.cfg file)!! 
     196; Values: 
     197; 0 = None  (Do NOT use this option) 
     198; -- only 0 is supported as of now, but will change in the future -- 
     199;encryption_method=0 
     200; 
     201;# BIND TO ADDRESS 
     202;  Allows you to bind server to a specific local address. This has to be a dotted ip adress not a hostname. 
     203;  Leaving this blank will bind to "one" local interface. 
     204; -- not supported as of now -- 
     205;bind_to_address= 
     206; 
     207;# NAGIOS SERVER ADDRESS 
     208;  The address to the nagios server to submit results to. 
     209;nsca_host=192.168.0.1 
     210; 
     211;# NAGIOS SERVER PORT 
     212;  The port to the nagios server to submit results to. 
     213;nsca_port=5667 
     214 
     215; The checks to run everytime we submit results back to nagios 
     216; 
     217[NSCA Commands] 
     218my_cpu_check=checkCPU warn=80 crit=90 time=20m time=10s time=4 
     219my_mem_check=checkMem MaxWarn=80% MaxCrit=90% ShowAll type=page 
     220my_svc_check=checkServiceState CheckAll 
Note: See TracChangeset for help on using the changeset viewer.