linspector-old/examples/hanez.json

34 lines
No EOL
899 B
JSON

{
"members":{
"hanez":{
"name": "Johannes Findeisen",
"tasks": [
{ "class":"mail", "type": "mail", "args": { "rcpt": "you@hanez.org" }},
{ "class":"mail", "type": "mail", "args": { "rcpt": "johannes.findeisen@com.puting.de" }}
]
}
},
"periods": {
"always": { "seconds": 2 }
},
"hostgroups":{
"servers":{
"members": ["hanez"],
"hosts": [ "a.systemchaos.org", "b.systemchaos.org" ],
"services":[
{
"class": "tcpconnect",
"args": { "port": 80 },
"periods": ["always"],
"threshold": 1
}
]
}
},
"layouts":{
"main":{
"hostgroups": ["servers"],
"enabled": true
}
}
}