Update README.md

Fixed filename.
This commit is contained in:
JBg
2025-03-12 08:32:59 +01:00
parent c4e1da7aed
commit 865c0aee14

View File

@@ -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`.