Monitor the Community Network with Zabbix
·1 min
Table of Contents
Zabbix installation #
Run the docker-compose that suits you better: https://github.com/zabbix/zabbix-docker.git. In our case, running the ubuntu-mysql version.
Video reference:
Network Devices #
Monitoring OpenWrt devices and Linux Servers and apply discovery rules, so zabbix discovers network equipment automatically:
Video reference:
- (Zabbix - Monitoring and Alerting with @AwesomeOpenSource
Servers that host Docker containers #
Requisites:
- Install
zabbix-agent2
(Download page) - Download
zabbix_get
in the zabbix repository withapt install zabbix_get
Video Reference:
TL;DR:
- Add
Server
conf in/etc/zabbix/zabbix_agent2.conf
- Check logs in
tail -f /var/log/zabbix/zabbix_agent2.log
- Add the
zabbix
user to the docker group withgpasswd -a zabbix docker
- Test that docker information can be accessed through the Docker API with:
zabbix_get -s 192.168.10.4 -k docker.info