From 865c0aee1419d3ccfea655a9bc482339eff795a1 Mon Sep 17 00:00:00 2001 From: JBg Date: Wed, 12 Mar 2025 08:32:59 +0100 Subject: [PATCH] Update README.md Fixed filename. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ceb7754..3ef3f19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Port 80 Network Monitor +# TCP Ping Network Monitor A PowerShell-based monitoring tool that checks port 80 connectivity for specified IP addresses while simultaneously monitoring network traffic. This tool provides real-time visibility into both web service availability and network bandwidth usage. @@ -29,7 +29,7 @@ A PowerShell-based monitoring tool that checks port 80 connectivity for specifie Run the script in PowerShell with administrator privileges: ```powershell -.\Port80Monitor.ps1 +.\TCP_Ping_Monitor.ps1 ``` The script will continuously monitor the specified IP addresses and network traffic until manually stopped by pressing `Ctrl+C`.