Building Zabbix 6 with Docker Compose

Zabbix6.2 Docker Containers

The Zabbix server I keep running all the time was on the old version 4, and partly because of template-related issues it seems the data cannot be migrated to 6.x, so I built Zabbix 6.x from scratch with Docker. Maybe the data could be carried over by upgrading zabbix4 -> 5 –> 6 one step at a time, but in my case I do not monitor that many servers, so building 6.x in one go and configuring the monitoring again seemed more efficient. [Read More]

Installing the Zabbix Agent on Mac OS X for Monitoring

Installing the Zabbix agent on Mac OS X and monitoring the machine

Downloading and installing the Zabbix Agent From the Zabbix official site, go to Download Zabbix agents (in Japanese), specify macOS and the zabbix version, and download it Open the pkg file you downloaded and install it By the way, it is set up so that it runs automatically when MacOS starts Copy # file location /Library/LaunchDaemons/com.zabbix.zabbix_agentd.plist # startup script /usr/local/sbin/zabbix_agentd -c /usr/local/etc/zabbix/zabbix_agentd.conf -f # log /var/log/zabbix/zabbix_agentd-out.log /var/log/zabbix/zabbix_agentd-err.log Configuration Change Hostname as appropriate, and change the Server field to the IP of the Zabbix Server [Read More]