Apply suggestions from code review

Co-authored-by: Keno <keno@oelrichsgarcia.de>
pull/4680/head
Frank Elsinga 3 weeks ago committed by GitHub
parent 5abfc5b404
commit 0fc23ec2cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,3 +14,10 @@ To import the sample Grafana dashboard, follow these steps:
You should now see the imported dashboard listed in the "Dashboards" section of the left sidebar. You can click on the
dashboard to view it.
### Post Configuration
Now after the Dashboard was imported successfully we have to tell Grafana wich Datasource and Prometheus Job is the right one to use. To do so, select the right Datasource, Job and Instance one the Dropdown menus at the top left of the dashboard. Right after your selection the dashboard should update automatically and should now display your data.
Additionally there is a hyperlink on the top right hand side which you can configure to bring you right to your Uptime-Kuma instance. To do so, klick at the Gear-Icon in the top left bar and navigate to Links. Klick on the 'Uptime-Kuma Instance'-Link and paste your own Instance-URL

@ -209,7 +209,7 @@
"type": "prometheus",
"uid": "SUpEVGqnk"
},
"description": "This Panel lists Services that are in inactive state\n",
"description": "This Panel lists Services that are in inactive state",
"fieldConfig": {
"defaults": {
"color": {
@ -303,7 +303,7 @@
"type": "prometheus",
"uid": "SUpEVGqnk"
},
"description": "This Panel lists Services that are in pending state\n",
"description": "This Panel lists Services that are in pending state",
"fieldConfig": {
"defaults": {
"color": {
@ -399,7 +399,7 @@
"type": "prometheus",
"uid": "SUpEVGqnk"
},
"description": "",
"description": "This panel shows the different http based services and their response times in the selected interval as well as their mean- and minimum response time.",
"fieldConfig": {
"defaults": {
"color": {
@ -724,7 +724,7 @@
"type": "timeseries"
}
],
"refresh": "1m",
"refresh": "30s",
"schemaVersion": 39,
"tags": [
"uptime-kuma",
@ -822,7 +822,8 @@
},
"timezone": "",
"title": "Uptime-Kuma Status",
"uid": "canLN3c4z",
"version": 31,
"weekStart": ""
"uid": "CN8E-vZ7k",
"version": 2,
"weekStart": "",
"description": "A simple dashboard showcasing service status updates over time tracked by the Uptime Kuma monitoring tool."
}

Loading…
Cancel
Save