-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,44 @@ | ||
# Zabbix Agent installation script for Asus WRT Merlin Routers | ||
<div align="center"> | ||
<h1>Zabbix Agent installation script for Asus WRT Merlin Routers</h1> | ||
</div> | ||
|
||
If you want to monitor your Asus SOHO router using a Zabbix agent, this script offers some fast way to install the Zabbix Agent and start monitoring items. | ||
<BR> | ||
|
||
--- | ||
|
||
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. | ||
|
||
--- | ||
|
||
<BR> | ||
|
||
### REQUIREMENTS | ||
|
||
<UL> | ||
<LI>Asus WRT Router with Merlin firmware | ||
<LI>Entware installed | ||
<LI>Have no previous installation for Zabbix Agent to avoid configuration error | ||
<LI><a href="https://www.snbforums.com/threads/rt-ac86u-with-zabbix-agent.64343/#post-645193">Read Zabbix Agent forum discussion</a> | ||
</UL> | ||
- Asus WRT Router with Merlin firmware | ||
- Entware installed | ||
- Clear Zabbix Agent configuration file to avoid configuration errors | ||
- [Read Zabbix Agent forum discussion](https://www.snbforums.com/threads/rt-ac86u-with-zabbix-agent.64343/#post-645193) | ||
|
||
<BR> | ||
|
||
### USAGE | ||
|
||
Copy the script to your router "/jffs/scripts/" directory and start it: | ||
<i> | ||
<UL> | ||
<LI><code>wget -qO /jffs/scripts/zbx_ag_inst_awrt.sh https://git.io/JXt6I</code> | ||
<LI><code>chmod +x /jffs/scripts/zbx_ag_inst_awrt.sh</code> | ||
<LI><code>/jffs/scripts/zbx_ag_inst_awrt.sh [ZABBIX_SERVER_IP_OR_DOMAIN_NAME]</code> | ||
</UL> | ||
</i> | ||
Copy the script to your router `/jffs/scripts/` directory and start it with your Zabbix server as argument. | ||
|
||
1. `wget -qO /jffs/scripts/zbx_ag_inst_awrt.sh https://git.io/JXt6I` | ||
2. `chmod +x /jffs/scripts/zbx_ag_inst_awrt.sh` | ||
3. `/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._ | ||
<BR> | ||
|
||
↗️ [TRY OUT MY ASUS WRT ROUTER TEMPLATE](https://github.com/diasdmhub/Zabbix_Template_Asus_Merlin) | ||
|
||
<strong><p>* Change <i><code>[ZABBIX_SERVER_IP_OR_DOMAIN_NAME]</code></i> for your own valid Zabbix server IP address or domain name.</strong> | ||
<BR> | ||
|
||
<BR><strong><a href="https://github.com/diasdmhub/Zabbix_Template_Asus_Merlin">TRY OUT MY ASUS WRT ROUTER TEMPLATE</a></strong> | ||
### TESTED AS IS | ||
|
||
<strong>TESTED AS IS</strong> | ||
<strong><i> | ||
<BR>This script was tested only with Asus RT-AC86U / RT-AC87U / RT-AX86U router running an Asus Merlin firmware. | ||
<BR>It should work with other Asus routers as well. | ||
<BR>Feedbacks are welcome. | ||
</i></strong> | ||
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. |