cd "/var/adm/env/temperature/" #cd "temperature/" set terminal png small set output "/var/www/pub/temperature/temperature.png" set label "Temperaturas de servidores en D.0.04" set xlabel "Tiempo, dia-hora" set ylabel "Temperatura, ºC" set datafile separator "|" set xdata time set timefmt "%m/%d/%y %H:%M:%S" set format x "%d-%Hh" set yrange [15:60] plot "pilgor" using 2:3 with lines title "pilgor" ,\ "den" using 2:3 with lines title "den" ,\ "oiz" using 2:3 with lines title "oiz" ,\ "osiris" using 2:3 with lines title "osiris" ,\ "paramo" using 2:3 with lines title "paramo" ,\ "shiva" using 2:3 with lines title "shiva" ,\ "tercerciclo" using 2:3 with lines title "tercerciclo" ,\ "larrosa" using 2:3 with lines title "larrosa" #pause -1