Merge pull request #1 from maudocante/feature/ping-monitor
feat: Ping Monitor
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
HOST="8.8.8.8"
|
||||
echo "Testando conectividade..."
|
||||
ping -c 4 $HOST
|
||||
Reference in New Issue
Block a user