From 611911b5dd4556675647594f26183153cd9fd00f Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sun, 5 Oct 2025 15:37:34 +1100 Subject: [PATCH] ICMP docs Signed-off-by: jokob-sk --- front/plugins/icmp_scan/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/plugins/icmp_scan/README.md b/front/plugins/icmp_scan/README.md index 57f9c6bf..107f9ac6 100755 --- a/front/plugins/icmp_scan/README.md +++ b/front/plugins/icmp_scan/README.md @@ -2,6 +2,8 @@ Plugin for pinging existing devices via the [ping](https://linux.die.net/man/8/ping) network utility. The devices have to be accessible from the container. You can use this plugin with other suplementing plugins as described in the [subnets docs](https://github.com/jokob-sk/NetAlertX/blob/main/docs/SUBNETS.md). +This plugin can be used if you are getting false offline positives on specific devices. See the [Fix offline detection guide](https://github.com/jokob-sk/NetAlertX/blob/main/docs/FIX_OFFLINE_DETECTION.md) for details. + ### Usage - Check the Settings page for details.