From b1da2087636ac8c2c650994dcd487520275d99b0 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 1 Aug 2008 20:34:56 +0000 Subject: [PATCH] allow reference to the data dir and the install path. --- monitorconfig.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitorconfig.py b/monitorconfig.py index 19d83d4..ec28e16 100644 --- a/monitorconfig.py +++ b/monitorconfig.py @@ -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" -- 2.43.0