unify the model by which probes are made to collect information about nodes or
[monitor.git] / monitor / sources / emulab.py
1 import os
2
3 url = "http://www.emulab.net/downloads/plab_nodehist.txt"
4 os.popen("curl -s %s | tr ',' ';' | tr '\t' ',' " % url)