net-snmp sun mods install: make sure destdirs exist
[unleashed-userland.git] / components / sysutils / net-snmp / sun / agent / modules / healthMonitor / health_monitor.conf
blobbd520ad3015852497c304e0dec027358544bb4f7
3 # Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
5 # U.S. Government Rights - Commercial software. Government users are subject
6 # to the Sun Microsystems, Inc. standard license agreement and applicable
7 # provisions of the FAR and its supplements.
10 # This distribution may include materials developed by third parties. Sun,
11 # Sun Microsystems, the Sun logo and Solaris are trademarks or registered
12 # trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
14
17 # health-monitor.conf:
18 # This file contains thresholds to determine alarm conditions of nodes
19 # in "health monitor" module.
22 # Thresholds for SWAP nodes
24 threshold_swapavail_info 500000
25 threshold_swapavail_warning 100000
26 threshold_swapavail_error 40000
28 # Thresholds for Kernel nodes
30 threshold_mutex_info 200
31 threshold_mutex_warning 500
33 # Thresholds for NFS nodes
35 threshold_mincalls 0.1
36 threshold_badxids 0.0
37 threshold_timeouts 5.0
39 # Thresholds for CPU nodes
41 threshold_cpuload_info 1.0
42 threshold_cpuload_warning 2.0
43 threshold_cpuload_error 3.0
45 # Thresholds for RAM nodes
47 threshold_restime_long 600
48 threshold_restime_ok 40
49 threshold_restime_error 20
51 # Thresholds for KMEM nodes
53 threshold_freemem_low 1
55 # Thresholds for DNLC nodes
57 threshold_dnlc_active 100.0
58 threshold_dnlc_warning 80.0
60 # Thresholds for Disk nodes
62 disk_busy_warning 10.0
63 disk_busy_problem 30.0
64 disk_svc_t_warning 20.0
65 disk_svc_t_problem 30.0