Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created January 27, 2014 13:18
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 marianogg9/8648427 to your computer and use it in GitHub Desktop.
Save marianogg9/8648427 to your computer and use it in GitHub Desktop.
/etc/sensu/conf.d/twitter.json
{
"twitter": {
"twitterhandle": {
"sensusub": "aws",
"consumer_key": "my_key",
"consumer_secret": "my_secret_key",
"oauth_token": "my_oauth_token",
"oauth_token_secret": "my_oauth_token_secret"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment