added google.de to minimal json
This commit is contained in:
parent
2fd8b33e16
commit
721e7f4ee4
1 changed files with 3 additions and 2 deletions
|
|
@ -22,14 +22,15 @@
|
||||||
"hosts":
|
"hosts":
|
||||||
{
|
{
|
||||||
"a.systemchaos.org": {"host": "a.systemchaos.org", "services": {"ping":[{}]}},
|
"a.systemchaos.org": {"host": "a.systemchaos.org", "services": {"ping":[{}]}},
|
||||||
"b.systemchaos.org": {"host": "b.systemchaos.org", "services": {"ping":[{}]}}
|
"b.systemchaos.org": {"host": "b.systemchaos.org", "services": {"ping":[{}]}},
|
||||||
|
"google.de": {"host": "google.de", "services": {"ping":[{}]}}
|
||||||
},
|
},
|
||||||
"hostgroups":
|
"hostgroups":
|
||||||
{
|
{
|
||||||
"all":
|
"all":
|
||||||
{
|
{
|
||||||
"members": ["hanez"],
|
"members": ["hanez"],
|
||||||
"hosts": ["a.systemchaos.org", "b.systemchaos.org"],
|
"hosts": ["a.systemchaos.org", "b.systemchaos.org", "google.de"],
|
||||||
"threshold": 10,
|
"threshold": 10,
|
||||||
"services": {"ping": ["shortPeriod"]}
|
"services": {"ping": ["shortPeriod"]}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue