Guest User

central-module.json

a guest
Mar 14th, 2023
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. {
  2. "centreonBroker": {
  3. "broker_id": 3,
  4. "broker_name": "central-module-master",
  5. "poller_id": 1,
  6. "poller_name": "Central",
  7. "module_directory": "/usr/share/centreon/lib/centreon-broker",
  8. "log_timestamp": false,
  9. "log_thread_id": false,
  10. "event_queue_max_size": 100000,
  11. "command_file": "",
  12. "cache_directory": "/var/lib/centreon-engine",
  13. "bbdo_version": "3.0.0",
  14. "log": {
  15. "directory": "/var/log/centreon-broker/",
  16. "filename": "",
  17. "max_size": 0,
  18. "loggers": {
  19. "core": "info",
  20. "config": "error",
  21. "sql": "error",
  22. "processing": "error",
  23. "perfdata": "error",
  24. "bbdo": "error",
  25. "tcp": "error",
  26. "tls": "error",
  27. "lua": "error",
  28. "bam": "error"
  29. }
  30. },
  31. "output": [
  32. {
  33. "name": "central-module-master-output",
  34. "port": "5669",
  35. "host": "localhost",
  36. "retry_interval": "60",
  37. "buffering_timeout": "0",
  38. "protocol": "bbdo",
  39. "tls": "no",
  40. "negotiation": "yes",
  41. "one_peer_retention_mode": "no",
  42. "compression": "no",
  43. "type": "ipv4"
  44. }
  45. ],
  46. "stats": [
  47. {
  48. "type": "stats",
  49. "name": "central-module-master-stats",
  50. "json_fifo": "/var/lib/centreon-engine/central-module-master-stats.json"
  51. }
  52. ],
  53. "grpc": {
  54. "port": 51003
  55. }
  56. }
  57. }
Add Comment
Please, Sign In to add comment