sensu-plugins / sensu-plugins-docker

This plugin provides native Docker instrumentation for monitoring and metrics collection, including: container status, container number, and container metrics via `docker ps`.
http://sensu-plugins.io
MIT License
35 stars 57 forks source link

Should at least one container be running at anytime? #67

Open samof76 opened 6 years ago

samof76 commented 6 years ago

Using 3.1.1 of the docker plugin. And tried the following.

# ./check-docker-container.rb -C 10 -W 8
CheckDockerContainers CRITICAL: Less than 1 containers running. 0 running.

Why does its also assume that at least one container should be running? Some how that does not feel right.