indexmaker
multi router traffic grapher
Install
- All systems
-
curl cmd.cat/indexmaker.sh
- Debian
-
apt-get install mrtg
- Ubuntu
-
apt-get install mrtg
- Alpine
-
apk add mrtg
- Kali Linux
-
apt-get install mrtg
- CentOS
-
yum install mrtg
- Fedora
-
dnf install mrtg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mrtg
- OS X
-
brew install mrtg
- Raspbian
-
apt-get install mrtg
- Dockerfile
- dockerfile.run/indexmaker
- Docker
-
docker run cmd.cat/indexmaker indexmaker
powered by Commando
mrtg
multi router traffic grapher
The Multi Router Traffic Grapher is a tool primarily used to monitor the traffic load on network links (typically by using SNMP). MRTG generates HTML pages containing PNG images which provide a LIVE visual representation of this traffic. MRTG typically produces daily, weekly, monthly, and yearly graphs. In addition to monitoring via SNMP, MRTG can also generate graphs based on the output of any application, allowing one to generate graphs of anything that needs monitoring (for example, CPU and memory usage, email volumes, web hits, etc). For faster data collection, MRTG can also interface to RRDtool. The mrtg-contrib package contains the contributed scripts and configuration files that used to form part of the mrtg package.