nothing done... just pass... ;)

This commit is contained in:
Johannes Findeisen 2013-09-23 23:50:59 +02:00
commit baeab9bf50
3 changed files with 24 additions and 24 deletions

View file

@ -13,7 +13,7 @@
"hostgroups":{
"servers":{
"members": ["hanez"],
"hosts": [ "a.systemchaos.org", "b.systemchaos.org" ],
"hosts": [ "a.example.org", "b.example.org" ],
"services":[
{
"class": "tcpconnect",
@ -37,7 +37,7 @@
"members":[ "root" ],
"tasks": {
"jabber":{
"host": "systemchaos.org",
"host": "example.org",
"port": 5222,
"username": "USERNAME",
"password": "PASSWORD"
@ -45,7 +45,7 @@
"mail":{
"host": "localhost",
"port": 25,
"from": "linspector@systemchaos.org"
"from": "linspector@example.org"
}
}
}