check-container-stats
About
- this repository contains a collection of Icinga / Nagios plugins to check Docker / PodMan containers
- Written for python3
- Only requires standard python modules, no additional dependencies
- To be executed i.e. via NRPE on the container host
- Uses local Docker daemon socket file to query Docker
- Uses
podman
-binary to query PodMan
Documentation / plugins
- check_container_stats_docker.py : check state & metrics of a single Docker container
- check_docker_system.py : check metrics of a Docker daemon
- check_container_stats_podman.py: check state & metrics of a single PodMan container
Contributing
- You're welcome to open issues or pull requests