added some new stuff

This commit is contained in:
Johannes Findeisen 2013-09-20 02:31:50 +02:00
commit caa9abe3dc
2 changed files with 36 additions and 2 deletions

View file

@ -47,6 +47,24 @@
},
"layouts":{
"main":{"hostgroups": ["power_plant"], "enabled": true}
},
"core":{
"max_logfile_size": 1024000,
"max_logfile_count": 4,
"max_worker_threads": 8,
"members":[ "root" ],
"tasks":{
"jabber":{
"host": "systemchaos.org",
"port": 5222,
"username": "USERNAME",
"password": "PASSWORD"
},
"mail":{
"host": "localhost",
"port": 25,
"from": "linspector@systemchaos.org"
}
}
}
}