From 0cb1017bd6788a35d4e5e09f8e3c82dbb66f0aef Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Mon, 20 May 2024 14:28:11 +0100 Subject: [PATCH] Update documentation --- docs/configs/services.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configs/services.md b/docs/configs/services.md index 490356fc..bacf0508 100644 --- a/docs/configs/services.md +++ b/docs/configs/services.md @@ -125,6 +125,8 @@ You can also apply different styles to the ping indicator by using the `statusSt Services may have an optional `siteMonitor` property (formerly `ping`) that allows you to monitor the availability of a URL you chose and have the response time displayed. You do not need to set your monitor URL equal to your href or ping URL. +If you set the `siteMonitor` property to `true`, the monitored URL be the same as `href`. + !!! note The site monitor feature works by making an http `HEAD` request to the URL, and falls back to `GET` in case that fails. It will not, for example, login if the URL requires auth or is behind e.g. Authelia. In the case of a reverse proxy and/or auth this usually requires the use of an 'internal' URL to make the site monitor feature correctly display status. @@ -141,6 +143,12 @@ Services may have an optional `siteMonitor` property (formerly `ping`) that allo icon: radarr.png href: http://radarr.host/ siteMonitor: http://some.other.host/ + +- Group C: + - Lidarr: + icon: lidarr.png + href: http://lidarr.host/ + siteMonitor: true ``` You can also apply different styles to the site monitor indicator by using the `statusStyle` property, see [settings](settings.md#status-style).