Browse Source

set up config

mike 8 years ago
parent
commit
bf3e098393
4 changed files with 9 additions and 14 deletions
  1. 7 12
      config.json
  2. 0 0
      install.sh
  3. 1 1
      src/api/index.py
  4. 1 1
      src/api/static/js/jx

+ 7 - 12
config.json

@@ -1,15 +1,10 @@
 {
-	"virtual-env":{
-		"class":"Sandbox",
-		"config":{
-			"3-launchpad":{"requirements":"/Users/steve/Documents/git/repair-file/required.txt","sandbox":"/Users/steve/Documents/git/sandbox"}
-		}
+	"id":"lab",
+	"store":{
+		"class":{"read":"CouchdbReader","write":"CouchdbWriter"},
+		"args":{"uri":"http://dev.the-phi.com:5984","dbname":"mike-db","uid":"log_linode"}
 	},
-	"processes":{
-		"class":"DetailProcess",
-		"config":{
-			"system":["postgresql","couchdb","httpd"]
-			}
-	}
-	
+	"procs":["systemd", "rcu_sched"],
+	"folders":["~/monitor/monitor"],
+	"delay":2
 }

+ 0 - 0
install.sh


+ 1 - 1
src/api/index.py

@@ -290,6 +290,6 @@ if __name__== '__main__':
 	if 'port' not in SYS_ARGS.PARAMS :
 		SYS_ARGS.PARAMS['port'] = 5000
 	PORT = int(SYS_ARGS.PARAMS['port'])
-	app.run(host='0.0.0.0',port=PORT,debug=True,threaded=True)
+	app.run(host='0.0.0.0' ,port=PORT,debug=True,threaded=True)
 
 	

+ 1 - 1
src/api/static/js/jx

@@ -1 +1 @@
-Subproject commit 36f9f10ff44406cc0418cc5934eb475bc77ebb1e
+Subproject commit 3d00f5a126574f2277cdac25d60008ee35dc8740