added pymongo task and configuration, refactored JobExecution and JobInformation objects and usage
This commit is contained in:
parent
ea2a54ba9f
commit
cda92542e8
4 changed files with 52 additions and 34 deletions
|
|
@ -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 }
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue