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_helper: TLS, username authentication and custom form fields #46

Closed mtdcr closed 4 years ago

mtdcr commented 4 years ago

First, I'd like to thank you for fritzbox-munin!

I don't use munin, but I found your repository looking for a library implementing basic session ID handling for fritzboxes.

Summary of changes:

If you'd like to try a TLS connection from a Debian-based system, you might want to set the following environment variable: REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt

mtdcr commented 4 years ago

In the meantime, I've reimplemented the functionality I needed in a slightly different way: https://github.com/mtdcr/fritzxhr Feel free to take my PR, but I'm closing it for now, because there was no activity for more than three weeks and I'm not going to pursue it further.