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

fritzbox 7490 - sections not working #41

Open BETLOG opened 4 years ago

BETLOG commented 4 years ago

FYI: I've noticed that the following sections do not generate any data on the graph: AVM Fritz!Box WAN traffic AVM Fritz!Box Connection Uptime AVM Fritz!Box Uptime

waywit commented 4 years ago

I have the same Issue on FritzBox 7590:

2020/05/11-20:05:02 [891732] Error output from fritzbox_traffic.py: 2020/05/11-20:05:02 [891732] Couldn't retrieve fritzbox traffic 2020/05/11-20:05:02 [891732] Service 'fritzbox_traffic.py' exited with status 1/0. 2020/05/11-20:05:09 [891732] Error output from fritzbox_connection_uptime.py: 2020/05/11-20:05:09 [891732] Couldn't retrieve fritzbox connection uptime 2020/05/11-20:05:09 [891732] Service 'fritzbox_connection_uptime.py' exited with status 1/0.

And no values are updated. All other scripts are working as expected.

Thanks for the great work.

oe73773 commented 4 years ago

Hi, looks like an old version of fritzconnection was used. I update and tested the network modules with fritzconnection 1.3.1. But this requires python 3.

You can find the updates code at https://github.com/oe73773/fritzbox-munin.

I created a pull request but I don't know if Christian is still maintaining the project.

waywit commented 4 years ago

Thanks, I have tried your version and everything works fine now :-) Best regards!

ozett commented 3 years ago

fritzbox 7580, fritzos: .7.25

/etc/munin/plugins# munin-run fritzbox_traffic.py

runs ok, but no graphs.

image

any hints to check?

maybe connection permissions? image

ozett commented 3 years ago

i followed this https://github.com/Tafkas/fritzbox-munin#different-hosts-for-the-fritzbox-and-your-system to add another section and now the graphs are in this section.

maybe a noob mistake ?!