diff --git a/config.json b/config.json index 4d35485..9db8659 100644 --- a/config.json +++ b/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 } diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 diff --git a/src/api/index.py b/src/api/index.py index 5986b4d..1862fc0 100644 --- a/src/api/index.py +++ b/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) diff --git a/src/api/static/js/jx b/src/api/static/js/jx index 36f9f10..3d00f5a 160000 --- a/src/api/static/js/jx +++ b/src/api/static/js/jx @@ -1 +1 @@ -Subproject commit 36f9f10ff44406cc0418cc5934eb475bc77ebb1e +Subproject commit 3d00f5a126574f2277cdac25d60008ee35dc8740