Skip to content

Instantly share code, notes, and snippets.

@hiroakis
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroakis/af6b6e06b0e84ffba4d8 to your computer and use it in GitHub Desktop.
Save hiroakis/af6b6e06b0e84ffba4d8 to your computer and use it in GitHub Desktop.
sensu client example
{
"client": {
"name": "web01",
"address": "192.168.1.101",
"subscriptions": [
"common",
"web"
]
},
"keepalive": {
"thresholds": {
"critical": 60
},
"refresh": 300
}
}
{
"rabbitmq": {
"host": "xxx.xxx.xxx.xxx",
"port": 5671,
"vhost": "/sensu",
"user": "sensu",
"password": "password",
"ssl": {
"cert_chain_file": "/etc/sensu/ssl/cert.pem",
"private_key_file": "/etc/sensu/ssl/key.pem"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment