reorganized tasks to subdirs like services
This commit is contained in:
parent
b0f974ad9c
commit
51f9c2d6d1
12 changed files with 7 additions and 41 deletions
|
|
@ -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" }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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" }}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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" }}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue