Index: trunk/FACT++/munin/container_temp
===================================================================
--- trunk/FACT++/munin/container_temp	(revision 17604)
+++ trunk/FACT++/munin/container_temp	(revision 17605)
@@ -10,4 +10,5 @@
 container_temp.label container
 magic_temp.label MAGIC
+magic_dew.label dew point
 container_temp.warning 40
 container_temp.critical 45
@@ -45,2 +46,13 @@
 
 fi
+
+
+VAL3=`wget -q -O- http://www.magic.iac.es/site/weather/weather_data.txt | grep DP | cut -c3-`
+
+RC=$?
+
+if [ "$RC" == "0" ] ; then
+
+    echo magic_dew.value $VAL3
+
+fi
