Nils Decker
Nils Decker
Here is AVMs documentation: https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AVM_TR-064_remote.pdf
I have no strong opinion either way. I think it is pretty unusual to have more than one fritzbox because its primary purpose is as a home DSL gateway. In...
OK. Have a look at https://github.com/xperimental/fritzbox_exporter The first few commit until 36b9f99 refactor the exporter into a seperate package with a prometheus.Collector interface. In main you just need to call...
This panic hints that the services definition could not be loaded. Fritzbox_exporter now has better logging in this case.
I have removed the old release and upgraded the build instructions in the readme. It should work with current go versions.
Hello @hadmut , i have updated the dependencies. It builds with current go and prometheus client.
I have merged the current PRs. Thanks for everybody contributing.
Im closing this. It would be pretty easy to start multiple collectors from main. But the commandline / environment variable interface would get pretty complex if different configuration would apply...
I have merged the pull request from @123Haynes. I have just pushed a new version that allows configuring the exported metrics. With -test-metrics you can show all available metrics of...