Skip to content

Instantly share code, notes, and snippets.

@bhenerey
Last active December 15, 2015 20:49
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 bhenerey/5321751 to your computer and use it in GitHub Desktop.
Save bhenerey/5321751 to your computer and use it in GitHub Desktop.
Sensu config for running vacuumetrix checks.
{
"checks": {
"AWScountEC2": {
"handlers": ["preprod-checks"],
"type": "pipe",
"command": "/etc/sensu/vacuumetrix/bin/AWScountEC2.rb",
"interval": 60,
"subscribers": [ "my_sensu" ]
},
"AWScloudwatchElasticache": {
"handlers": ["preprod-checks"],
"type": "pipe",
"command": "/etc/sensu/vacuumetrix/bin/AWScloudwatchElasticache.rb",
"interval": 60,
"subscribers": [ "my_sensu" ]
},
"AWScloudwatchELB": {
"handlers": ["preprod-checks"],
"type": "pipe",
"command": "/etc/sensu/vacuumetrix/bin/AWScloudwatchELB.rb <elb name here>",
"interval": 60,
"subscribers": [ "my_sensu" ]
},
"AWScloudwatchRDS": {
"handlers": ["preprod-checks"],
"type": "pipe",
"command": "/etc/sensu/vacuumetrix/bin/AWScloudwatchRDS.rb",
"interval": 60,
"subscribers": [ "my_sensu" ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment