added templates

This commit is contained in:
Johannes Findeisen 2013-10-01 01:44:35 +02:00
commit 1618f48a8f
4 changed files with 25 additions and 10 deletions

View file

@ -29,10 +29,10 @@
"threshold": 50
},
{
"class": "ping",
"fails": {"donut": 1000},
"periods": ["doh"],
"threshold": 100
"class": "ping",
"fails": {"donut": 1000},
"periods": ["doh"],
"threshold": 100
},
{
"class": "tcpconnect",
@ -41,6 +41,11 @@
"fails": {"donut": 0},
"threshold": 0,
"comment": "my personal reminder, hehe"
},
{
"template": "tcpconnect_80",
"threshold": 10,
"periods": ["moes_time"],
}
]
}