Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created April 23, 2014 18:46
Show Gist options
  • Save marianogg9/11227750 to your computer and use it in GitHub Desktop.
Save marianogg9/11227750 to your computer and use it in GitHub Desktop.
/sensu/extensions/redis_output.rb
/sensu/conf.d/redis_output.json
{
"redis_output": {
"host"="redis_hostname",
"port"="6379",
"db"="0"
}
}
/sensu/conf.d/handler_redis_output.json
{
"handlers": {
"redis_output": {
"type": "pipe",
"command": "/sensu/extensions/redis_output.rb"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment