31 lines
No EOL
810 B
JSON
31 lines
No EOL
810 B
JSON
{
|
|
"members":{
|
|
"hanez":{
|
|
"name": "Johannes Findeisen",
|
|
"tasks": [
|
|
{ "class":"email", "type": "email", "args": { "rcpt": "you@hanez.org" }}
|
|
]
|
|
}
|
|
},
|
|
"periods": {
|
|
"always": { "seconds": 5, "comment": "Yes, yes, yes!" }
|
|
},
|
|
"hostgroups":{
|
|
"hanez":{
|
|
"members": ["hanez"],
|
|
"hosts": ["a.systemchaos.org"],
|
|
"services":[
|
|
{
|
|
"class": "tcpconnect",
|
|
"args": { "port": 80 },
|
|
"periods": ["always"],
|
|
"fails": { "email": 0 },
|
|
"threshold": 10
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"layouts":{
|
|
"main":{ "hostgroups": ["hanez"], "enabled": true }
|
|
}
|
|
} |