monitor.toml 409 B

123456789101112131415161718192021222324
  1. # This is a TOML document. Boom.
  2. version = "1.0.0"
  3. user = "nobody"
  4. pid = "/tmp/monitor.pid"
  5. dir = "./"
  6. family = "monitor"
  7. trace = false
  8. debug = false
  9. apps = "mall", "ticket", "article", "mall", "ticket", "article"
  10. [xlog]
  11. dir = "/data/log/monitor"
  12. [bm]
  13. addr = "0.0.0.0:6888"
  14. timeout = "1s"
  15. [monitor]
  16. taskID = "000069"
  17. proto = "tcp"
  18. Addr = "127.0.0.1:9988"
  19. Chan = 2048