added google.de to minimal json

This commit is contained in:
Johannes Findeisen 2013-05-30 00:36:22 +02:00
commit 721e7f4ee4

View file

@ -22,14 +22,15 @@
"hosts":
{
"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":
{
"all":
{
"members": ["hanez"],
"hosts": ["a.systemchaos.org", "b.systemchaos.org"],
"hosts": ["a.systemchaos.org", "b.systemchaos.org", "google.de"],
"threshold": 10,
"services": {"ping": ["shortPeriod"]}
}