From 7adfe2ffd9b001bc5b350852bad188fc0114d39f Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:49:50 -0700 Subject: [PATCH] Documentation: correct ping statusStyle info --- docs/configs/services.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/configs/services.md b/docs/configs/services.md index 0aca24ed8..834b98cee 100644 --- a/docs/configs/services.md +++ b/docs/configs/services.md @@ -123,9 +123,14 @@ Services may have an optional `ping` property that allows you to monitor the ava Ping -You can also apply different styles to the ping indicator by using the `statusStyle` property. The default is no value, and displays the response time in ms, but you can also use `dot` or `simple`. `dot` showing a green dot for a successful ping, and `simple` showing either ONLINE or OFFLINE to match the status style of Docker containers. +You can also apply different styles to the ping indicator by using the `statusStyle` property. The default is no value, and displays the response time in ms, but you can also use `dot` or `basic`. `dot` shows a green dot for a successful ping, and `basic` shows either ONLINE or OFFLINE to match the status style of Docker containers. For example: - +```yaml + - Sonarr: + ... + ping: http://sonarr.host/ + statusStyle: dot +``` ## Docker Integration