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

starlink exporter issue #24

Open
JonTheBrush opened this issue Mar 15, 2022 · 3 comments
Open

starlink exporter issue #24

JonTheBrush opened this issue Mar 15, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@JonTheBrush
Copy link

Hi
Thanks for the lovely graphs, it would appear that with the release of dishy Mc Oblong the url of the stats and debug info has moved from the /support/debug to /debug
would it be possible to maybe add a small select dish type option?

Thanks and kind regards
Jon

@JonTheBrush JonTheBrush added the bug Something isn't working label Mar 15, 2022
@craigwmiller
Copy link

Also confirming the same for /debug, as well as Statistics is at /statistics on the rectangle system.

@dmsjowett
Copy link

How would a novice go about updating those urls in the code?

@sinnx3
Copy link

sinnx3 commented Dec 27, 2022

How would a novice go about updating those urls in the code?

Locate where the physical files are (where ever you "git cloned" this git to)
starlink\config\grafana\provisioning\dashboards and edit starlink.json (lines 28 and 37)

 "description": "Starlink dish metrics",
 "editable": true,
 "gnetId": null,
 "graphTooltip": 1,
 "iteration": 1623152195373,
 "links": [
   {
     "icon": "info",
     "tags": [],
     "targetBlank": true,
     "title": "Starlink Debug",
     "tooltip": "",
     "type": "link",
     "url": "http://dishy.starlink.com/debug"
   },
   {
     "icon": "info",
     "tags": [],
     "targetBlank": true,
     "title": "Starlink Statistics",
     "tooltip": "",
     "type": "link",
     "url": "http://dishy.starlink.com/statistics"
   }
 ],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

5 participants