renamed email task to mail because of some name collision in smtplib
This commit is contained in:
parent
bae0e3abce
commit
8be97eb781
6 changed files with 19 additions and 18 deletions
|
|
@ -3,7 +3,8 @@
|
|||
"hanez":{
|
||||
"name": "Johannes Findeisen",
|
||||
"tasks": [
|
||||
{ "class":"email", "type": "email", "args": { "rcpt": "you@hanez.org" }}
|
||||
{ "class":"mail", "type": "mail", "args": { "rcpt": "you@hanez.org" }},
|
||||
{ "class":"mail", "type": "mail", "args": { "rcpt": "johannes.findeisen@com.puting.de" }}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
@ -19,7 +20,7 @@
|
|||
"class": "tcpconnect",
|
||||
"args": { "port": 80 },
|
||||
"periods": ["always"],
|
||||
"threshold": 5
|
||||
"threshold": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue