Open JonTheBrush opened 2 years ago
Also confirming the same for /debug
, as well as Statistics is at /statistics
on the rectangle system.
How would a novice go about updating those urls in the code?
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"
}
],
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