Skip to content

Commit

Permalink
doc: Updated Readme to Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
diasdmhub committed May 3, 2024
1 parent ad1ee98 commit c03ce88
Showing 1 changed file with 31 additions and 24 deletions.
55 changes: 31 additions & 24 deletions README.md
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.

0 comments on commit c03ce88

Please sign in to comment.