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

@ -4,8 +4,8 @@
"name": "Homer Simpson",
"comment": "Security Inspector",
"tasks": [
{"class":"mail", "type": "donut", "args": {"rcpt": "homer_j_simpson@burnscorp.sp"}},
{"class":"mail", "type": "donut", "args": {"rcpt": "homer_j_simpson@burnscorp.sp"}}
{"class":"mail", "type": "donut", "args": {"rcpt": "homer_j_simpson@example.sp"}},
{"class":"mail", "type": "donut", "args": {"rcpt": "homer_j_simpson@example.sp"}}
]
}
},
@ -17,9 +17,9 @@
"hostgroups":{
"power_plant":{
"members": ["homer"],
"hosts": ["powerplant.springfield.com"],
"hosts": ["powerplant.example.com"],
"processors":[
{"class": "mongodb", "args":{ "host": "mongodb.burnscorp.org", "user": "homer", "password": "useless", "database": "default" }}
{"class": "mongodb", "args":{ "host": "mongodb.example.org", "user": "homer", "password": "useless", "database": "default" }}
],
"services":[
{
@ -55,7 +55,7 @@
"members":[ "root" ],
"tasks":{
"jabber":{
"host": "systemchaos.org",
"host": "example.org",
"port": 5222,
"username": "USERNAME",
"password": "PASSWORD"
@ -63,7 +63,7 @@
"mail":{
"host": "localhost",
"port": 25,
"from": "linspector@systemchaos.org"
"from": "linspector@example.org"
}
}
}