components/net-snmp-57/sun/agent/modules/healthMonitor/health_monitor.conf
changeset 5867 445e2cf1c845
parent 252 ee0fb1eabcbf
equal deleted inserted replaced
5866:683c5c035a79 5867:445e2cf1c845
       
     1 
       
     2 #
       
     3 # Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
       
     4 #
       
     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.
       
     8 #
       
     9 #
       
    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.
       
    13 #
       
    14 # 
       
    15 
       
    16 #
       
    17 # health-monitor.conf:
       
    18 # This file contains thresholds to determine alarm conditions of nodes
       
    19 # in "health monitor" module.
       
    20 #
       
    21 
       
    22 # Thresholds for SWAP nodes
       
    23 
       
    24 threshold_swapavail_info 500000
       
    25 threshold_swapavail_warning 100000
       
    26 threshold_swapavail_error 40000
       
    27 
       
    28 # Thresholds for Kernel nodes
       
    29 
       
    30 threshold_mutex_info 200
       
    31 threshold_mutex_warning 500
       
    32 
       
    33 # Thresholds for NFS nodes
       
    34 
       
    35 threshold_mincalls 0.1
       
    36 threshold_badxids 0.0
       
    37 threshold_timeouts 5.0
       
    38 
       
    39 # Thresholds for CPU nodes
       
    40 
       
    41 threshold_cpuload_info 1.0
       
    42 threshold_cpuload_warning 2.0
       
    43 threshold_cpuload_error 3.0
       
    44 
       
    45 # Thresholds for RAM nodes
       
    46 
       
    47 threshold_restime_long 600
       
    48 threshold_restime_ok 40
       
    49 threshold_restime_error 20
       
    50 
       
    51 # Thresholds for KMEM nodes
       
    52 
       
    53 threshold_freemem_low 1
       
    54 
       
    55 # Thresholds for DNLC nodes
       
    56 
       
    57 threshold_dnlc_active 100.0
       
    58 threshold_dnlc_warning 80.0
       
    59 
       
    60 # Thresholds for Disk nodes
       
    61 
       
    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
       
    66 
       
    67