I just recently purchased a Environment monitor for my Data center and they come with a primative website interface. I am wanting to pull the data from that website and post it to another website that will log the data and display it every minute....

the device allows you to go to http://device/temp and will spew out pipe delimited data like so:

rack1|88.1|rack2|91.1|etc


I want to be able to post it to a new that I have been working on that displays all the servers in rack 1 then have the temperature displayed next to it.

This device also supports SNMP if there is another way to do it but I dont know how to even start doing this since I am not a programmer


Any thoughts suggestions help?