danopstech / starlink

📈 Starlink Monitoring System. Measuring the performance of your Starlink internet connection
GNU General Public License v3.0
272 stars 42 forks source link

starlink exporter issue #24

Open JonTheBrush opened 2 years ago

JonTheBrush commented 2 years ago

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

craigwmiller commented 2 years ago

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

dmsjowett commented 2 years ago

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

sinnx3 commented 1 year ago

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"
    }
  ],