Created
August 4, 2014 21:59
-
-
Save simondean/afd3a8ed2ba33cb5dfae to your computer and use it in GitHub Desktop.
Example Sensu config for check-cucumber
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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