added pymongo task and configuration, refactored JobExecution and JobInformation objects and usage

This commit is contained in:
RafTim 2013-11-22 01:12:16 +01:00
commit cda92542e8
4 changed files with 52 additions and 34 deletions

View file

@ -3,6 +3,11 @@
"root":{
"_name": "root",
"tasks": [
{
"class": "storage/mongodb",
"type": "ok",
"args": { "database" : "linspector" }
},
{
"class": "alert/mail",
"type": "error",
@ -42,7 +47,7 @@
}
},
"periods": {
"fast": { "seconds": 3 },
"fast": { "seconds": 8 },
"medium": { "seconds": 120 },
"slow": { "seconds": 480 }
},