Munin plugin to graph Andrews & Arnold / AAISP broadband quota and sync rates. Handles multiple lines associated with a single login.
It uses version 2 of AAISPs CHAOS API.
Live demo install with 3 lines.
## Screenshots ##
Graph per line showing quota and data remaining:
Multiple lines on a single graph displaying data remaining:
A single line displaying down and upstream sync:
Multiple lines, downstream rates (upstream graph also produced):
in /etc/munin/plugin-conf.d/aaisp:
[aaisp]
env.aaispuser aa11@a
env.aaisppass SomeLongPassword
-
Install dependencies
-
Clone this repo
-
Set username and password in /etc/munin/plugin-conf.d
-
Symlink script
$ munin-run --debug aaisp config
$ munin-run --debug aaisp
MIT
- Fork the repo
- Create a branch
- Make your changes
- Open a pull request back from your branch to master in this repo
Found a bug? open an issue.