You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
409 B
24 lines
409 B
# This is a TOML document. Boom. |
|
|
|
version = "1.0.0" |
|
user = "nobody" |
|
pid = "/tmp/monitor.pid" |
|
dir = "./" |
|
family = "monitor" |
|
trace = false |
|
debug = false |
|
apps = "mall", "ticket", "article", "mall", "ticket", "article" |
|
|
|
[xlog] |
|
dir = "/data/log/monitor" |
|
|
|
[bm] |
|
addr = "0.0.0.0:6888" |
|
timeout = "1s" |
|
|
|
[monitor] |
|
taskID = "000069" |
|
proto = "tcp" |
|
Addr = "127.0.0.1:9988" |
|
Chan = 2048 |
|
|
|
|