From 0fc23ec2cde7f2418d5b6399e6ad130f1b69908d Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 18 Apr 2024 21:04:12 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Keno --- README.md | 7 +++++++ uptime-kuma.json | 15 ++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 20281b7c..163cda10 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/uptime-kuma.json b/uptime-kuma.json index 7ff332c6..e968af9d 100644 --- a/uptime-kuma.json +++ b/uptime-kuma.json @@ -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." }