check_docker
check_docker copied to clipboard
Adding support for supressing UNKNOWN results via --no-unknown
I have a use case where a bunch of containers that I query via --containers all do not have healthchecks defined, this results in an UNKNOWN return. This PR adds support for supressing these messages.
For the test class, I am not entirely sure if I am doing this right, so any feedback/corrections welcome.