Tafkas / fritzbox-munin

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

FritzOS 6.50 #1

Open MacMarc opened 8 years ago

MacMarc commented 8 years ago

Doesn't Work anymore with FritzOS 6.50 :-(

Tafkas commented 8 years ago

I suspected something like that. Unfortunately, I do not have a Fritzbox that runs FritzOS 6.50 right now at hand. Does none of the scripts work or just some of them?

MacMarc commented 8 years ago

CPU Temp, CPU Usage, Memory Power Consumtion Fritzbox Uptime doesn't work

Connected Wifi Devices, Connection Uptime and WAN Traffic still works.

Tafkas commented 8 years ago

@MacMarc AVM has released a Labor version for the 7362SL (FRITZ!OS:131.06.36-32026 BETA) I don't know how much it differs from FritzOS6.5. I have installed it on my Fritzbox and adapted the scripts accordingly. Unfortunately AVM switched a lot in the background and I have to get most of the information from the web pages of the box. That means that right now it only works if you language is set to German. If you want to give it a try check out the branch fritzos6.5: https://github.com/Tafkas/fritzbox-munin/tree/fritzos6.5

MacMarc commented 8 years ago

Language is German. At least the GUI differs quite a lot from <6.50. So I assume, that it changed a lot in the backend as well. I'll try out 6.5 branch and let you know.

MacMarc commented 8 years ago

Works now! Thanks a lot! :-)

Tafkas commented 8 years ago

Great. I will leave it for now in a separate branch as the 7490 is the only box so far that runs on Fritz!OS 6.5. As soon as more boxes follow I will merge it into the master.

MacMarc commented 8 years ago

It works with 6.60 as well.

bombcheck commented 8 years ago

Hi there,

just upgraded my Unitymedia Box to 6.5. Checked out the 6.5-Branch: Wifi Devices, Connection Uptime and WAN Traffic is working, the other plugins not. Checked the regex in there: They are ok. It seems an issue with the login (getting the sid). Any idea?

Regards

Tafkas commented 8 years ago

I don't think AVM changed the login procedure. I will have access to a cable Fritzbox (6360) with Kabeldeutschland-branding running 6.50 on the weekend. Hopefully I get a better idea of what's happening then.

bombcheck commented 8 years ago

Checked again: Only Connection Uptime and WAN Traffic is working. Those who get their data via upnp. The plugins using the fritzbox_helper.py do not work.

bombcheck commented 8 years ago

Strange: If I put my login credentials directly into to plugins, they work. The default (server = os.environ['fritzbox_ip'] / password = os.environ['fritzbox_password']) does not work...