This commit is contained in:
Rafael.Timmerberg 2013-06-28 01:34:31 +02:00
commit 9fbd3ae607
2 changed files with 12 additions and 9 deletions

View file

@ -3,7 +3,8 @@
"homer":{
"name": "Homer Simpson",
"comment": "Security Inspector",
"tasks": [{"class":"email", "type": "donut", "args": {"rcpt": "homer_j_simpson@burnscorp.sp"}}]
"tasks": [{"class":"email", "type": "donut", "args": {"rcpt": "homer_j_simpson@burnscorp.sp"}},
{"class":"email", "type": "donut", "args": {"rcpt": "homer_j_simpson@burnscorp.sp"}}]
}
},
"periods": {
@ -22,14 +23,14 @@
{
"class": "ping",
"fails": {"donut": 2000},
"periods":["doh"],
"periods": ["doh"],
"threshold": 500
},
{
"class": "ping",
"fails": {"donut": 2000},
"periods":["doh"],
"threshold": 500
"class": "ping",
"fails": {"donut": 2000},
"periods": ["doh"],
"threshold": 500
},
{
"class": "tcpconnect",