Skip to content

Instantly share code, notes, and snippets.

@simondean
Created August 4, 2014 21:59
Show Gist options
  • Save simondean/afd3a8ed2ba33cb5dfae to your computer and use it in GitHub Desktop.
Save simondean/afd3a8ed2ba33cb5dfae to your computer and use it in GitHub Desktop.
Example Sensu config for check-cucumber
{
"checks": {
"check_cucumber_example": {
"handlers": ["default"],
"command": "check-cucumber.rb --name cucumber-example --handler cucumber --metric-handler metrics --metric-prefix example-metrics-prefix --command \"node_modules/.bin/cucumber-js -f json features/\" --working-dir /var/cucumber-example/",
"interval": 300,
"subscribers": [ "cucumber" ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment