- Timestamp:
- 12/11/07 21:34:14 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 47b843a
- Parents:
- 5ca3931
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NSC.dist
r23c63eb r3f69109 20 20 ; RemoteConfiguration IS AN EXTREM EARLY IDEA SO DONT USE FOR PRODUCTION ENVIROMNEMTS! 21 21 ;RemoteConfiguration.dll 22 ; NSCA Agent is a new beta module use with care! 23 ;NSCAAgent.dll 22 24 23 25 [Settings] … … 178 180 ; myotherfile.ini 179 181 ; real.ini 182 183 [NSCA Agent] 184 ;# CHECK INTERVALL (in seconds) 185 ; How often we should run the checks and submit the results. 186 interval=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] 218 my_cpu_check=checkCPU warn=80 crit=90 time=20m time=10s time=4 219 my_mem_check=checkMem MaxWarn=80% MaxCrit=90% ShowAll type=page 220 my_svc_check=checkServiceState CheckAll
Note: See TracChangeset
for help on using the changeset viewer.








