Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "rabbitmq": {
- "ssl": {
- "private_key_file": "/etc/sensu/ssl/client_key.pem",
- "cert_chain_file": "/etc/sensu/ssl/client_cert.pem"
- },
- "port": 5671,
- "host": "localhost",
- "user": "sensu",
- "password": "sensu123",
- "vhost": "/sensu"
- },
- "redis": {
- "host": "localhost",
- "port": 6379
- },
- "api": {
- "host": "localhost",
- "port": 4567
- },
- "dashboard": {
- "host": "localhost",
- "port": 8080,
- "user": "admin",
- "password": "secret"
- },
- "handlers": {
- "default": {
- "type": "pipe",
- "command": "true"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment