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

Check docker-compose instances #79

Open arthurzenika opened 5 years ago

arthurzenika commented 5 years ago

As partially described in #78 we use this plugin to check docker-compose orchestrated instances. Would it be useful to the community to have some sort of check which goes through docker-compose to run checks ? Maybe by using docker-compose ps (or other compose relevant commands) ?