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
docker metrics monitoring sensu-plugins

Sensu-Plugins-docker

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

This check supports docker versions >= 1.18. Check docker-engine API for more information

Files

Usage

Default docker host

By default, all the checks will try to use a default docker host if a specific docker host is not provided to the check on the command line (-H / --docker-host ).

Those paramaters will be tried in this order as default docker host :

DOCKER_URL environnement variable
DOCKER_HOST environnement variable
/var/run/docker.sock file

Installation

Installation and Setup

Notes

docker-engine API