From c72c328418128a8c8872e274fac44fbc1565baba Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:51:08 -0800 Subject: [PATCH] Documentation: add note about ping on underlying host --- docs/configs/services.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configs/services.md b/docs/configs/services.md index b1883043b..b0887bcc1 100644 --- a/docs/configs/services.md +++ b/docs/configs/services.md @@ -178,6 +178,10 @@ To use a local icon, first create a Docker mount to `/app/public/icons` and then Services may have an optional `ping` property that allows you to monitor the availability of an external host. As of v0.8.0, the ping feature attempts to use a true (ICMP) ping command on the underlying host. Currently, only IPv4 is supported. +!!! note + + Because ping uses the ping command on the underlying host, in some cases you may need to install e.g. the `iputils-ping` package on the host system. + ```yaml - Group A: - Sonarr: