From 31901111b5c3c03e599287a6a5d51632b9f0b019 Mon Sep 17 00:00:00 2001 From: rich-kettlewell <122128709+rich-kettlewell@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:36:39 +0000 Subject: [PATCH] correct excluded IP (#26027) --- source/_integrations/nmap_tracker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nmap_tracker.markdown b/source/_integrations/nmap_tracker.markdown index 89e199e8a76..4f85693756d 100644 --- a/source/_integrations/nmap_tracker.markdown +++ b/source/_integrations/nmap_tracker.markdown @@ -41,7 +41,7 @@ Minimum number of minutes between scans of active devices: required: true type: integer Network addresses to exclude from scanning: - description: A comma-separated list of IP addresses not to scan. The above example will skip `192.168.1.50`. + description: A comma-separated list of IP addresses not to scan. The above example will skip `192.168.1.8`. required: false type: string Raw configurable scan options for Nmap: