jackyaz / modmon

modmon is a tool that tracks your cable modem's stats (such as signal power levels) for AsusWRT Merlin with charts for daily, weekly and monthly summaries.

Home Page:https://www.snbforums.com/forums/asuswrt-merlin-addons.60/?prefix_id=21

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modmon

Codacy Badge Shellcheck

v1.1.8

Updated on 2021-08-05

About

modmon is a tool that tracks your cable modem's stats (such as signal power levels) for AsusWRT Merlin with charts for daily, weekly and monthly summaries.

Currently only the Virgin Media Hub 3.0 is supported.

modmon is free to use under the GNU General Public License version 3 (GPL 3.0).

Supporting development

Love the script and want to support future development? Any and all donations gratefully received!

paypal

PayPal donation
paypal

Supported firmware versions

You must be running firmware Merlin 384.15/384.13_4 or Fork 43E5 (or later) Asuswrt-Merlin

Installation

Using your preferred SSH client/terminal, copy and paste the following command, then press Enter:

/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/modmon/master/modmon.sh" -o "/jffs/scripts/modmon" && chmod 0755 /jffs/scripts/modmon && /jffs/scripts/modmon install

Usage

WebUI

modmon can be configured via the WebUI, in the Addons section.

Command Line

To launch the modmon menu after installation, use:

modmon

If this does not work, you will need to use the full path:

/jffs/scripts/modmon

Screenshots

WebUI

CLI UI

Help

Please post about any issues and problems here: Asuswrt-Merlin AddOns on SNBForums

About

modmon is a tool that tracks your cable modem's stats (such as signal power levels) for AsusWRT Merlin with charts for daily, weekly and monthly summaries.

https://www.snbforums.com/forums/asuswrt-merlin-addons.60/?prefix_id=21

License:GNU General Public License v3.0


Languages

Language:Shell 37.4%Language:Classic ASP 30.7%Language:JavaScript 27.9%Language:CSS 4.0%