Don't enable the "Pending Sites". PLE is using 'enabled' key to mark the pending...
[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)