Merge pull request #1 from maudocante/feature/ping-monitor

feat: Ping Monitor
This commit is contained in:
2026-05-18 19:45:09 +00:00
committed by GitHub
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
HOST="8.8.8.8"
echo "Testando conectividade..."
ping -c 4 $HOST