HiranChaudhuri
HiranChaudhuri
`fftest` is mentioned at https://docs.kernel.org/input/ff.html Unfortunately it is not clear to me which of the /dev/input/eventXX files to pick - but this may be related to my hardware, which is...
...or a bit more general: Which operating systems is this driver compatible with? On which ones is it getting tested? Where has it already proved to work?
Good point - all those exporters send to /metrics. So I rephrase my request and the result looks better but not perfect. I can now see metrics related to the...
Here the logs from my docker container: ``` docker logs fritzbox_arberweg cannot load services: could not load Tr64: could not decode XML: XML syntax error on line 1: element closed...
Seems connected to https://github.com/mxschmitt/fritzbox_exporter/issues/8 although I have the FritzBox 7490 with OS 07.12.
From the error I assume the XML parser tries to read HTML content. I suggest to extend the code at https://github.com/mxschmitt/fritzbox_exporter/blob/b6069d21e7fb98a0852a550bd9a14493ca3af9f0/pkg/fritzboxmetrics/fritzboxmetrics.go#L156 by dumping URL and the response received. As the...
Looking closer at the source code I take it the exporter is trying to access http://fritz.box:49000/tr64desc.xml My Fritz Box responds to this URL with a 404 code: `404 Not Found...
I activated the first setting 'Zugriff für Anwendungen zulassen' and now the URL responds with an XML document. The exporter now reports authorization problems which is in sync with https://www.schlaue-huette.de/apis-co/fritz-tr064/...
Confirmed. After creating a user and configuring that on the docker command line the metrics are available now. BTW, the exporter binary accepts -user and -password parameters however the README.md...
> @HiranChaudhuri Could you tell me how you configured the docker command line ? I currently am stuck on changing some of the parameters, using enviroment variables doesn't seem to...