homepage/docs/widgets/services/uptime-kuma.md
shamoon 19c25713c4 Run pre-commit hooks over existing codebase
Co-Authored-By: Ben Phelps <ben@phelps.io>
2023-10-18 09:49:33 -07:00

16 lines
470 B
Markdown

---
title: Uptime Kuma
description: Uptime Kuma Widget Configuration
---
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).
Allowed fields: `["up", "down", "uptime", "incident"]`.
```yaml
widget:
type: uptimekuma
url: http://uptimekuma.host.or.ip:port
slug: statuspageslug
```