-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload/Download Counters reset every 4GB #19
Comments
This is a problem of the fritzbox API. @mxschmitt I do not get how the parsing of the SOAP response exactly works, For me the corresponding field for |
@tillepille He uses the Action GetAddonInfos which is described in the pdf fritzbox_exporter/cmd/exporter/exporter.go Lines 79 to 80 in b852685
I think you are probably right with your assumption about using NewX_AVM_DE_TotalBytesReceived64 - the corrospondending variable would be X_AVM_DE_TotalBytesReceived64
The same goes for fritzbox_exporter/cmd/exporter/exporter.go Lines 91 to 92 in b852685
which should probably be X_AVM_DE_TotalBytesSent64
|
fixed in #22 |
I tried your updated image and it's not working for me - metrics say 0 for the received and sent values
Is this only happening for me?
Buuuuut
|
Small update Can somebody verify if the docker container is working for them? Edit: correct the values to the right ones - accidentially used the prometheus ones ;) |
I will revert the last commit. a7c9b2a Should be fixed on DockerHub in a few minutes. |
Sample Output from
|
New pull request available PR #24 |
The total upload and download counters are reset to 0 whenever they reach 4GB. What can be done about this?
The text was updated successfully, but these errors were encountered: