added some new stuff
This commit is contained in:
parent
06b933a135
commit
caa9abe3dc
2 changed files with 36 additions and 2 deletions
|
|
@ -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":{
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue