added some new stuff
This commit is contained in:
parent
0bfa4b3daa
commit
a0e76cc80a
2 changed files with 36 additions and 2 deletions
|
|
@ -188,9 +188,25 @@
|
|||
}
|
||||
},
|
||||
"core":{
|
||||
"instance_name": "Master Monitoring (monitor.example.org)",
|
||||
"max_logfile_size": 1024000,
|
||||
"max_logfile_count": 4,
|
||||
"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":{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue