(no commit message)
[monitor.git] / monitor / sources / emulab.py
diff --git a/monitor/sources/emulab.py b/monitor/sources/emulab.py
new file mode 100644 (file)
index 0000000..907fa00
--- /dev/null
@@ -0,0 +1,4 @@
+import os
+
+url = "http://www.emulab.net/downloads/plab_nodehist.txt"
+os.popen("curl -s %s | tr ',' ';' | tr '\t' ',' " % url)