Ignore:
Timestamp:
03/09/14 16:28:08 (11 years ago)
Author:
tbretz
Message:
Added dew point
File:
1 edited

Legend:

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

    r17604 r17605  
    1010container_temp.label container
    1111magic_temp.label MAGIC
     12magic_dew.label dew point
    1213container_temp.warning 40
    1314container_temp.critical 45
     
    4546
    4647fi
     48
     49
     50VAL3=`wget -q -O- http://www.magic.iac.es/site/weather/weather_data.txt | grep DP | cut -c3-`
     51
     52RC=$?
     53
     54if [ "$RC" == "0" ] ; then
     55
     56    echo magic_dew.value $VAL3
     57
     58fi
Note: See TracChangeset for help on using the changeset viewer.