https://github.com/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`.
https://github.com/sensu-plugins/sensu-plugins-docker
docker metrics monitoring sensu-plugins
Last synced: 3 months ago
JSON representation
This plugin provides native Docker instrumentation for monitoring and metrics collection, including: container status, container number, and container metrics via `docker ps`.
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-plugins-docker
- Owner: sensu-plugins
- License: mit
- Created: 2015-02-11T05:09:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T15:04:49.000Z (about 4 years ago)
- Last Synced: 2025-03-30T12:07:36.909Z (3 months ago)
- Topics: docker, metrics, monitoring, sensu-plugins
- Language: Ruby
- Homepage: http://sensu-plugins.io
- Size: 128 KB
- Stars: 34
- Watchers: 10
- Forks: 57
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Sensu-Plugins-docker
[](https://travis-ci.org/sensu-plugins/sensu-plugins-docker)
[](http://badge.fury.io/rb/sensu-plugins-docker)
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-docker)
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-docker)
[](https://gemnasium.com/sensu-plugins/sensu-plugins-docker)## Functionality
This check supports docker versions >= 1.18. Check docker-engine API for more information## Files
* check-container.rb
* check-container-logs.rb
* check-docker-container.rb
* metrics-docker-container.rb
* metrics-docker-stats.rb
* metrics-docker-info.rb## 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](http://sensu-plugins.io/docs/installation_instructions.html)
## Notes
[docker-engine API](https://docs.docker.com/engine/api/v1.29/#section/Versioning)