Changeset 17608


Ignore:
Timestamp:
03/14/14 21:03:30 (11 years ago)
Author:
tbretz
Message:
Updated warning levels, set lower limit of graph to -15deg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/munin/container_temp

    r17605 r17608  
    44   config)
    55        cat <<'EOM'
    6 graph_args --lower-limit 0
     6graph_args --lower-limit -15 -r
    77graph_title Temperature
    88graph_vlabel temperature
     
    1111magic_temp.label MAGIC
    1212magic_dew.label dew point
    13 container_temp.warning 40
    14 container_temp.critical 45
     13container_temp.warning 35
     14container_temp.critical 40
    1515EOM
    1616        exit 0;;
Note: See TracChangeset for help on using the changeset viewer.