Tags: Docker
Monitoring of Docker containers (LXC/systemd Docker supported) - Zabbix template and Zabbix C module. Available CPU, mem, blkio container metrics and some containers config details e.g. IP, name, ... Zabbix Docker module has native support for Docker cont ...
This Github repository provides capabilities for monitoring Docker containers through LLD (low level discovery) and by querying via the 'docker' command line interface. The associated zabbix-agent instances are required to set AllowRoot=1. This module u ...
Don't install any Zabbix modules, scripts. Just start new container and you can monitoring all Docker containers on the host. docker run \ --name=zabbix-agent-xxl \ -h `hostname` \ -p 10050:10050 \ -v /:/rootfs \ -e "ZA_Server=" \ -d moni ...
Description zabbix-kubernetes-monitoring is zabbix-agent script and template for zabbix server. It is used for Kubernetes monitoring by Zabbix. Easy to deploy and configure. Auto discovery of pods, deployments, services, etc. Installation Copy k8s-st ...
Zabbix 5.x docker template for Zabbix Agent ver.1, with containers and images LLD This is only tested on Zabbix 5.0. This doesn't use any external scripts or modules to collect data, the only dependencies are curl and read access to docker's API. LLD d ...
With this container, you no longer need to install the proxy zabbix, just make deploy downloading the image and running with the commands below. Image download: docker pull eduwutzl/zabbix-proxy Run: docker run --restart=always -dt -h prxdatacenter ...
What's this? To deploy Zabbix server 3.0 and Mariadb containers with Docker Compose. This is aimed for quick and easy deployment. Container's images are distributed in the Zabbix repository on Docker Hub: https://hub.docker.com/u/zabbix/ . Compose's fi ...
Template with LLD to discover Docker Containers via Docker socket (Template.Docker.ContainerDetails) and Template Template..Docker.OSLinux.ShortTermContainers with macros to forget short living containers after .
zabbix-kubernetes is "plugin" used for Kubernetes monitoring. Easy to deploy and configure. Addition of all metrics for pods, deployments, services, etc are done automatically. Script designed to make addition of new metrics easy w/o interaction with scri ...
Due to the need to track resource consumption statistics by containers within hots, a script for monitoring the information contained in the DockerStats of each container via LLD (Low Level Discovery) was developed. The README.md file in the repository p ...
Simple Docker Stats monitoring plugin for Zabbix with Discovery This Zabbix plugin can monitoring your Docker containers via Docker Stats. It is a very simple solution for mixed servers where not only containers run (so running native agent). It use dis ...
Template for collecting Linux conntrack metrics. Usefull for monitoring systems doing NAT, for example - Docker/Kubernetes nodes, Linux-based gateways. Uses system.run but may be altered with userparameter if remote commands are forbidden. Ubuntu Xenial ...
Monitoring with Docker API, no external scripts need. Use for connect to Docker API. I'm use SSL client certificate to connect to Docker API (here https://dker.ru/docs/component-projects/docker-swarm/configure-docker-swarm-for-tls/ you can found HOWTO). ...