This file contains 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
#!/usr/bin/env python3 | |
# Check dropwizard health check page. | |
# Reports the number of healthy services. | |
# The only parameter is the url to the healthcheck page. i.e. https://host/service/metrics/healthcheck | |
# for use in icinga2, define a CheckCommand: | |
# | |
# object CheckCommand "dropwizard_health" { |