git://git.onelab.eu
/
monitor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee691c
)
a unified configuration file for monitor scripts.
author
Stephen Soltesz
<soltesz@cs.princeton.edu>
Fri, 1 Aug 2008 17:36:10 +0000
(17:36 +0000)
committer
Stephen Soltesz
<soltesz@cs.princeton.edu>
Fri, 1 Aug 2008 17:36:10 +0000
(17:36 +0000)
all usernames and passwords should go here
monitorconfig.py
[new file with mode: 0644]
patch
|
blob
diff --git a/monitorconfig.py
b/monitorconfig.py
new file mode 100644
(file)
index 0000000..
19d83d4
--- /dev/null
+++ b/
monitorconfig.py
@@ -0,0
+1,18
@@
+# RT DB
+RT_DB_HOST="rt.planet-lab.org"
+RT_DB_USER=""
+RT_DB_PASSWORD=""
+RT_DB_NAME=""
+
+# RT Web user account
+RT_WEB_TOOLS_PATH = "/"
+RT_WEB_SERVER = "https://rt.planet-lab.org/"
+RT_WEB_USER = ""
+RT_WEB_PASSWORD = ""
+RT_WEB_DEBUG = "0"
+
+# PLC admin account
+API_SERVER = "https://boot.planet-lab.org/PLCAPI/"
+API_AUTH = {'Username': '',
+ 'AuthMethod': 'password',
+ 'AuthString': ''}