If you want to monitor your Asus SOHO router using a Zabbix agent, this script provides a quick way to install the Zabbix Agent and start monitoring items.
- Asus WRT Router with Merlin firmware
- Entware installed
- Clear Zabbix Agent configuration file to avoid configuration errors
- Read Zabbix Agent forum discussion
Copy the script to your router /jffs/scripts/
directory and start it with your Zabbix server as argument.
wget -qO /jffs/scripts/zbx_ag_inst_awrt.sh https://git.io/JXt6I
chmod +x /jffs/scripts/zbx_ag_inst_awrt.sh
/jffs/scripts/zbx_ag_inst_awrt.sh [ZABBIX_SERVER_IP_OR_DOMAIN_NAME]
Change
[ZABBIX_SERVER_IP_OR_DOMAIN_NAME]
for your own valid Zabbix server IP address or domain name.
This script was tested only with Asus RT-AC86U / RT-AC87U / RT-AX86U routers running an Asus Merlin firmware.
It should work with other Asus routers as well.
Feedbacks are welcome.