mirror of
https://github.com/Tafkas/fritzbox-munin.git
synced 2023-10-10 13:36:55 +02:00
update Readme
This commit is contained in:
parent
cd269783bd
commit
ef6f81b426
38
README.md
38
README.md
@ -4,19 +4,20 @@ A collection of munin plugins to monitor your AVM FRITZ!Box router. The scripts
|
|||||||
|
|
||||||
If you are using the scripts on a different Fritz!Box model please let me know by
|
If you are using the scripts on a different Fritz!Box model please let me know by
|
||||||
|
|
||||||
- opening an issue
|
- opening an issue
|
||||||
- submitting a pull request
|
- submitting a pull request
|
||||||
|
|
||||||
So far the following models (running FRITZ!OS 06.83) have been confirmed working:
|
So far the following models (running FRITZ!OS 06.83) have been confirmed working:
|
||||||
|
|
||||||
- [FRITZ!Box 3370](http://geni.us/zh3U)
|
- [FRITZ!Box 3370](http://geni.us/zh3U)
|
||||||
- [FRITZ!Box 5490](http://geni.us/ACtUyFt)
|
- [FRITZ!Box 5490](http://geni.us/ACtUyFt)
|
||||||
- [FRITZ!Box 7362 SL](http://geni.us/fTyoY)
|
- [FRITZ!Box 7362 SL](http://geni.us/fTyoY)
|
||||||
- [FRITZ!Box 7390](http://geni.us/BlAP)
|
- [FRITZ!Box 7390](http://geni.us/BlAP)
|
||||||
- [FRITZ!Box 7430](http://geni.us/BlAP)
|
- [FRITZ!Box 7430](http://geni.us/BlAP)
|
||||||
- [FRITZ!Box 7490](http://geni.us/fTyoY)
|
- [FRITZ!Box 7490](http://geni.us/fTyoY)
|
||||||
- [FRITZ!Box 7580](http://geni.us/yUYyQTE)
|
- [FRITZ!Box 7560](http://geni.us/6gPZNI)
|
||||||
- [FRITZ!Box 7590](http://geni.us/OO2c7S)
|
- [FRITZ!Box 7580](http://geni.us/yUYyQTE)
|
||||||
|
- [FRITZ!Box 7590](http://geni.us/OO2c7S)
|
||||||
|
|
||||||
If you are still running Fritz!OS 6.30 check out the [releases section](https://github.com/Tafkas/fritzbox-munin/releases/tag/6.30.1).
|
If you are still running Fritz!OS 6.30 check out the [releases section](https://github.com/Tafkas/fritzbox-munin/releases/tag/6.30.1).
|
||||||
|
|
||||||
@ -68,29 +69,30 @@ If you are using the scripts on a different Fritz!Box model please let me know b
|
|||||||
fritzbox\_wifi\_devices shows you the number of connected wifi clients (requires password) (language dependant, see below).
|
fritzbox\_wifi\_devices shows you the number of connected wifi clients (requires password) (language dependant, see below).
|
||||||
![http://i.imgur.com/lqvK1b2.png](http://i.imgur.com/lqvK1b2.png)
|
![http://i.imgur.com/lqvK1b2.png](http://i.imgur.com/lqvK1b2.png)
|
||||||
|
|
||||||
|
|
||||||
## Installation & Configuration
|
## Installation & Configuration
|
||||||
|
|
||||||
0. Pre-requesites for the fritzbox\_traffic and fritzbox\_uptime plugins are the [fritzconnection](https://pypi.python.org/pypi/fritzconnection) and [requests](https://pypi.python.org/pypi/requests) package. To install it
|
1. Pre-requesites for the fritzbox\_traffic and fritzbox\_uptime plugins are the [fritzconnection](https://pypi.python.org/pypi/fritzconnection) and [requests](https://pypi.python.org/pypi/requests) package. To install it
|
||||||
|
|
||||||
pip install fritzconnection
|
pip install fritzconnection
|
||||||
pip install requests
|
pip install requests
|
||||||
|
|
||||||
1. Make sure the FritzBox has UPnP status information enabled. (German interface: Heimnetz > Heimnetzübersicht > Netzwerkeinstellungen > Statusinformationen über UPnP übertragen)
|
2. Make sure the FritzBox has UPnP status information enabled. (German interface: Heimnetz > Heimnetzübersicht > Netzwerkeinstellungen > Statusinformationen über UPnP übertragen)
|
||||||
|
|
||||||
2. Copy all the scripts to `/usr/share/munin/plugins`
|
3. Copy all the scripts to `/usr/share/munin/plugins`
|
||||||
|
|
||||||
3. Create entry in `/etc/munin/plugin-conf.d/munin-node`:
|
4. Create entry in `/etc/munin/plugin-conf.d/munin-node`:
|
||||||
|
|
||||||
[fritzbox_*]
|
[fritzbox_*]
|
||||||
env.fritzbox_ip <ip_address_to_your_fritzbox>
|
env.fritzbox_ip <ip_address_to_your_fritzbox>
|
||||||
env.fritzbox_password <fritzbox_password>
|
env.fritzbox_password <fritzbox_password>
|
||||||
|
env.traffic_remove_max true # if you do not want the possible max values
|
||||||
|
host_name fritzbox
|
||||||
|
|
||||||
4. Create symbolic links to `/etc/munin/plugins`.
|
5. Create symbolic links to `/etc/munin/plugins`.
|
||||||
|
|
||||||
5. Restart the munin-node daemon: `/etc/init.d/munin-node restart`.
|
6. Restart the munin-node daemon: `/etc/init.d/munin-node restart`.
|
||||||
|
|
||||||
6. Done. You should now start to see the charts on the Munin pages.
|
7. Done. You should now start to see the charts on the Munin pages.
|
||||||
|
|
||||||
## Localization
|
## Localization
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user