Guest User

Untitled

a guest
Sep 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. [daemon]
  2.  
  3. workdir=/usr/local/shinken/var
  4. # For installation configuration :
  5. # workdir should be explicitely set to an absolute directory path.
  6.  
  7. # using default values for following config variables value :
  8. # paths variables values, if not absolute paths, are relative to workdir.
  9.  
  10. user=shinken
  11. group=shinken
  12. # pidfile=brokerd.pid
  13.  
  14. # host=0.0.0.0
  15. # port=7772
  16.  
  17. # interval_poll=5
  18. # maxfd=1024
  19.  
  20. # idontcareaboutsecurity=0
  21.  
  22. # SSL part
  23. # use_ssl=0
  24. # certs_dir=etc/certs
  25. # ca_cert=etc/certs/ca.pem
  26. # server_cert=etc/certs/server.pem
  27. # hard_ssl_name_check=0
  28.  
  29. # Local log management.
  30. # Enable it only if you need it
  31. use_local_log=1
  32. local_log=brokerd.log
  33.  
  34.  
  35. # External modules watchdog. If a module got a brok queue() higher
  36. # than this value, it will be killed and restart. Put to 0 to disable it
  37. max_queue_size=100000
Add Comment
Please, Sign In to add comment