Guest User

Untitled

a guest
Jun 5th, 2015
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. {
  2. "rabbitmq": {
  3. "ssl": {
  4. "private_key_file": "/etc/sensu/ssl/client_key.pem",
  5. "cert_chain_file": "/etc/sensu/ssl/client_cert.pem"
  6. },
  7. "port": 5671,
  8. "host": "localhost",
  9. "user": "sensu",
  10. "password": "sensu123",
  11. "vhost": "/sensu"
  12. },
  13. "redis": {
  14. "host": "localhost",
  15. "port": 6379
  16. },
  17. "api": {
  18. "host": "localhost",
  19. "port": 4567
  20. },
  21. "dashboard": {
  22. "host": "localhost",
  23. "port": 8080,
  24. "user": "admin",
  25. "password": "secret"
  26. },
  27. "handlers": {
  28. "default": {
  29. "type": "pipe",
  30. "command": "true"
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment