Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasei/docker_container_size_check
docker container size icinga/nagios check
https://github.com/jasei/docker_container_size_check
docker go golang icinga icinga-plugin nagios nagios-plugin
Last synced: 1 day ago
JSON representation
docker container size icinga/nagios check
- Host: GitHub
- URL: https://github.com/jasei/docker_container_size_check
- Owner: JaSei
- Created: 2016-07-13T13:00:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T12:01:23.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T02:50:05.324Z (about 2 months ago)
- Topics: docker, go, golang, icinga, icinga-plugin, nagios, nagios-plugin
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 21
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Docker container size nagios/icinga check
Check all containers on host.
Default thresholds are 1GB for warning and 8GB for critical.`docker_container_size_check -w 100MB -c 2GB`
If needed, you can override thresholds in a specific container by using labels.
* CHECK_DOCKER_CONTAINER_SIZE_WARN=BYTES
* CHECK_DOCKER_CONTAINER_SIZE_CRIT=BYTESfor example
```
docker run --label CHECK_DOCKER_CONTAINER_SIZE_WARN=5GB a_lot_of_data_image
```