Skip to content

Instantly share code, notes, and snippets.

@sonianand11
Created April 24, 2012 05:26
Show Gist options
  • Save sonianand11/2476719 to your computer and use it in GitHub Desktop.
Save sonianand11/2476719 to your computer and use it in GitHub Desktop.
{
"rabbitmq": {
"port": 5672,
"host": "127.0.0.1"
},
"redis": {
"host": "localhost",
"port": 6379
},
"api": {
"host": "localhost",
"port": 4567
},
"dashboard": {
"host": "localhost",
"port": 8080,
"user": "admin",
"password": "admin"
},
"checks": {
"b": {
"command": "ruby C:/sensuServer/sensuserverSSL/stdout.rb",
"subscribers": [
"test"
],
"interval": 5,
"auto_resolve": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment