|
@@ -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
|
|
|
}
|