allow reference to the data dir and the install path.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 1 Aug 2008 20:34:56 +0000 (20:34 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 1 Aug 2008 20:34:56 +0000 (20:34 +0000)
monitorconfig.py

index 19d83d4..ec28e16 100644 (file)
@@ -16,3 +16,7 @@ API_SERVER = "https://boot.planet-lab.org/PLCAPI/"
 API_AUTH   = {'Username': '', 
                                'AuthMethod': 'password', 
                                'AuthString': ''}
+
+# SERVER PATHS
+MONITOR_SCRIPT_ROOT = "/home/soltesz/monitor"
+MONITOR_DATA_ROOT = "/home/soltesz/monitor/pdb"