Skip to content

Instantly share code, notes, and snippets.

@sonianand11
Created April 24, 2012 05:24
Show Gist options
  • Save sonianand11/2476714 to your computer and use it in GitHub Desktop.
Save sonianand11/2476714 to your computer and use it in GitHub Desktop.
{
"handlers": {
"graphite": {
"type": "amqp",
"exchange": {
"type": "topic",
"name": "metrics",
"passive": "true"
},
"send_only_check_output": true
},
"default": {
"type": "pipe",
"command": "ruby -e \"puts '*****Print default handler'; exit 1\""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment