Skip to content

Instantly share code, notes, and snippets.

@mvam75
Created August 16, 2012 20:07
Show Gist options
  • Save mvam75/3373187 to your computer and use it in GitHub Desktop.
Save mvam75/3373187 to your computer and use it in GitHub Desktop.
recognizer_config
{
"handlers": {
"metrics": {
"exchange": {
"durable": true,
"key": "recognizer",
"name": "graphite",
"type": "topic"
},
"send_only_check_output": true,
"type": "amqp"
}
}
}
{
"librato": {
"email": "snip",
"api_key": "snip",
"metric_source": "stats.*"
},
"amqp": {
"host": "testdevops02",
"exchange": {
"name": "graphite",
"type": "topic",
"durable": true,
"routing_key": "#"
}
},
"tcp": {
"port": 2009
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment