added some new stuff

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

View file

@ -188,9 +188,25 @@
} }
}, },
"core":{ "core":{
"instance_name": "Master Monitoring (monitor.example.org)",
"max_logfile_size": 1024000, "max_logfile_size": 1024000,
"max_logfile_count": 4, "max_logfile_count": 4,
"max_worker_threads": 8, "max_worker_threads": 8,
"members":[ "root" ] "members":[ "root" ],
"tasks":{
"jabber":{
"host": "example.org",
"port": 5222,
"username": "USERNAME",
"password": "PASSWORD"
},
"mail":{
"host": "localhost",
"port": 25,
"from": "linspector@example.org"
},
"sms":{
}
}
} }
} }

View file

@ -47,6 +47,24 @@
}, },
"layouts":{ "layouts":{
"main":{"hostgroups": ["power_plant"], "enabled": true} "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"
}
}
} }
} }