From 52378314b0189f09781b56dee3c071d45ca7b6a7 Mon Sep 17 00:00:00 2001 From: Nuno Alexandre <38176824+NuAlex@users.noreply.github.com> Date: Sun, 21 Apr 2024 23:21:12 -0700 Subject: [PATCH] Update uptime-kuma.md Took me a while to figure this out, so here's a small clarification that can same a lot of time. --- docs/widgets/services/uptime-kuma.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/widgets/services/uptime-kuma.md b/docs/widgets/services/uptime-kuma.md index 56aa5a576..6048438c4 100644 --- a/docs/widgets/services/uptime-kuma.md +++ b/docs/widgets/services/uptime-kuma.md @@ -5,7 +5,7 @@ description: Uptime Kuma Widget Configuration Learn more about [Uptime Kuma](https://github.com/louislam/uptime-kuma). -As Uptime Kuma does not yet have a full API the widget uses data from a single "status page". As such you will need a status page setup with a group of monitored sites, which is where you get the slug (without the `/status/` portion). +As Uptime Kuma does not yet have a full API the widget uses data from a single "status page". As such you will need a status page setup with a group of monitored sites, which is where you get the slug (without the `/status/` portion). E.g. if your status page is https://url-address/status/MyStatusPage, insert `slug: mystatuspage`, in lower-case as slug is case-sensitive. Allowed fields: `["up", "down", "uptime", "incident"]`. @@ -13,5 +13,5 @@ Allowed fields: `["up", "down", "uptime", "incident"]`. widget: type: uptimekuma url: http://uptimekuma.host.or.ip:port - slug: statuspageslug + slug: status-page-slug ```