Skip to content
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

Customized metrics-lua.json for Fritz!Box 6660 Cable (Fritz!OS 7.57) #38

Open
nurunet opened this issue Feb 24, 2024 · 1 comment
Open

Comments

@nurunet
Copy link

nurunet commented Feb 24, 2024

Hi,

in case this is of interest to someone, this is my metrics-lua.json with some extra metrics on top of those in the generic cable box file:

fb6660-cable.json

I get some warnings, but they are because I only get DOCSIS 3.1 downstream (and not upstream, so the array is empty?) and my connection is over IP (no PPP, so the four PPP entries in metrics.json probably trigger the UPnP 401). These shouldn't cause trouble:

time="2024-02-24T12:48:38Z" level=error msg="Can not get metric values for data.channelUs.docsis31..powerLevel: item 'data.channelUs.docsis31.' has no values"
time="2024-02-24T12:48:39Z" level=error msg="Can not get metric values for data.channelUs.docsis31..modulation: item 'data.channelUs.docsis31.' has no values"
time="2024-02-24T12:49:36Z" level=warning msg="can not collect metrics: GetInfo: SAOPFault: UPnPError 401 (Invalid Action)"
time="2024-02-24T12:49:36Z" level=warning msg="can not collect metrics: GetInfo: SAOPFault: UPnPError 401 (Invalid Action)"
time="2024-02-24T12:49:36Z" level=warning msg="can not collect metrics: GetInfo: SAOPFault: UPnPError 401 (Invalid Action)"
time="2024-02-24T12:49:36Z" level=warning msg="can not collect metrics: GetInfo: SAOPFault: UPnPError 401 (Invalid Action)"

@AchimGrolimund
Copy link

same Issue with this PPP in my Issue #35
I also made sum code changes to get mor infos on this error see here:
#35 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants