Tafkas / fritzbox-munin

A collection of munin plugins to monitor your AVM FRITZ!Box router
GNU General Public License v2.0
148 stars 36 forks source link

3490 whit OS 7.01 not working the WAN Traffic. #30

Closed pictop closed 5 years ago

pictop commented 5 years ago

On my munin installation the WAN traffic it doesn't show anything. All other graphs works fine. The FritzBox 3490 have a DSL Modem inside. But I use the first LAN Port as WAN Port.

Here the output from the fritzbox_traffic.py root@raspberrypi:/etc/munin/plugins# sudo -u munin python /etc/munin/plugins/fritzbox_traffic.py Couldn't retrieve fritzbox traffic

Thank you for our Help!

Tafkas commented 5 years ago

Did you install the fritzconnection library?

pictop commented 5 years ago

Yes is installed. All other fritzbox-munin works fine: root@raspberrypi:~# sudo munin-run fritzbox_power_consumption.py system.value 51 cpu.value 67 wifi.value 100 dsl.value 0 ab.value 0

root@raspberrypi:~# sudo munin-run fritzbox_memory_usage.py free.value 40 cache.value 41 strict.value 19

I have only the problem with "fritzbox_traffic.py" root@raspberrypi:~# sudo munin-run fritzbox_traffic.py Couldn't retrieve fritzbox traffic

Thank you!

Tafkas commented 5 years ago

Did you enable the UPnP status information? (German interface: Heimnetz > Heimnetzübersicht > Netzwerkeinstellungen > Statusinformationen über UPnP übertragen)

pictop commented 5 years ago

That's it now works!! :)

Thank you very much!