linspector-old/examples/hanez.json

33 lines
No EOL
795 B
JSON

{
"members":{
"hanez":{
"name": "Johannes Findeisen",
"tasks": [
{ "class":"email", "type": "email", "args": { "rcpt": "you@hanez.org" }}
]
}
},
"periods": {
"always": { "seconds": 5 }
},
"hostgroups":{
"servers":{
"members": ["hanez"],
"hosts": [ "a.systemchaos.org", "b.systemchaos.org" ],
"services":[
{
"class": "tcpconnect",
"args": { "port": 80 },
"periods": ["always"],
"threshold": 10
}
]
}
},
"layouts":{
"main":{
"hostgroups": ["servers"],
"enabled": true
}
}
}