소스 검색

Documentation: correct ping statusStyle info

shamoon 1 년 전
부모
커밋
7adfe2f
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 2
      docs/configs/services.md

+ 7 - 2
docs/configs/services.md

@@ -123,9 +123,14 @@ Services may have an optional `ping` property that allows you to monitor the ava
 
 <img width="1038" alt="Ping" src="https://github.com/benphelps/homepage/assets/88257202/7bc13bd3-0d0b-44e3-888c-a20e069a3233">
 
-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:
 
-<!-- TODO: Insert images of the new status styles there -->
+```yaml
+    - Sonarr:
+        ...
+        ping: http://sonarr.host/
+        statusStyle: dot
+```
 
 ## Docker Integration