Update uptime-kuma.md
This commit is contained in:
parent
52378314b0
commit
405b0d5ef3
@ -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). E.g. if your status page is https://url-address/status/MyStatusPage, insert `slug: mystatuspage`, in lower-case as slug is case-sensitive.
|
||||
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 (the url without the `/status/` portion). E.g. if your status page is URL http://uptimekuma.host/status/statuspageslug, insert `slug: statuspageslug`.
|
||||
|
||||
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: status-page-slug
|
||||
slug: statuspageslug
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user