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