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

Add some basics for testing #63

Closed antonidabek closed 6 years ago

antonidabek commented 6 years ago

Setup docker in docker and run a basic test of check for containers.

Pull Request Checklist

Is this in reference to an existing issue?

General

New Plugins

Purpose

Known Compatibility Issues

antonidabek commented 6 years ago

I updated travis file and had to add entry for ruby 2.0 to get it to work. Let me know if this is fine, and I will rebase #62 then

majormoses commented 6 years ago

@antonidabek thanks for putting this together!