1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

feat: add custom service Healthchecks

* refs #474
This commit is contained in:
toa 2022-06-23 19:07:55 +02:00
parent a01c40d4b3
commit 1b9a3f1975
2 changed files with 129 additions and 0 deletions

View file

@ -19,6 +19,7 @@ within Homer:
+ [Emby / Jellyfin](#emby--jellyfin)
+ [Uptime Kuma](#uptime-kuma)
+ [Tautulli](#tautulli)
+ [Healthchecks](#healthchecks)
If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
@ -223,3 +224,16 @@ endpoint pointing to Tautulli!
type: "Tautulli"
apikey: "MY-SUPER-SECRET-API-KEY"
```
## Healthchecks
This service displays information about the configured status checks from the Healthchecks application.
Two lines are needed in the config.yml :
```yaml
type: "Healthchecks"
apikey: "01234deb70424befb1f4ef6a23456789"
```
The url must be the root url of the Healthchecks application.
The Healthchecks API key can be found in Settings > API Access > API key (read-only). The key is needed to access Healthchecks API.