homepage/docs/widgets/services/uptime-kuma.md
Nuno Alexandre 52378314b0
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.
2024-04-21 23:21:12 -07:00

18 lines
685 B
Markdown

---
title: Uptime Kuma
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). 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"]`.
```yaml
widget:
type: uptimekuma
url: http://uptimekuma.host.or.ip:port
slug: status-page-slug
```