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

support authentication with username #9

Closed CWempe closed 7 years ago

CWempe commented 7 years ago

I had recently had to change from authentication "with password" to "username + password", because of other tools I use.

So now this plugin does not work anymore, because it does not support authentication with username.

Any change to implement this?

I think fritzconnection does support this.

Tafkas commented 7 years ago

I just saw this morning that my Fritzbox is eligible for the 6.80 update. I will it update it on the weekend and look into this issue.

CWempe commented 7 years ago

I just implemented support for username. (see above)

But I don't know if my fix is alright. Maybe we need error handling for users that still use authentication without username.

CWempe commented 7 years ago

Check out my branch https://github.com/CWempe/fritzbox-munin/tree/fritzos6.5 or wait for the Pull Request to be merged.