reorganized tasks to subdirs like services

This commit is contained in:
Johannes Findeisen 2013-11-09 04:08:03 +01:00
commit 51f9c2d6d1
12 changed files with 7 additions and 41 deletions

View file

@ -4,7 +4,7 @@
"name": "root",
"tasks": [
{
"class": "mail",
"class": "alert/mail",
"type": "error",
"args": { "host": "localhost",
"port": 25,
@ -15,7 +15,7 @@
}
},
{
"class": "mail",
"class": "alert/mail",
"type": "warning",
"args": { "host": "localhost",
"sender": "linspector@linspector.org",
@ -23,7 +23,7 @@
}
},
{
"class": "mail",
"class": "alert/mail",
"type": "ok",
"args": { "sender": "linspector@linspector.org",
"rcpt": "warning@linspector.org" }
@ -34,7 +34,7 @@
"name": "hannes",
"tasks": [
{
"class": "mail",
"class": "alert/mail",
"type": "ok",
"args": { "rcpt": "warning@linspector.org" }
}

View file

@ -12,7 +12,7 @@
"root":{
"name": "root",
"tasks": [
{ "class":"mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }}
{ "class":"alert/mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }}
]
}
},

View file

@ -12,7 +12,7 @@
"hanez":{
"name": "admin",
"tasks": [
{ "class":"mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }}
{ "class":"alert/mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }}
]
}
},