You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
270 B
Bash

INTERVAL=10
# The INTERVAL=<secs> paramter must ALWAYS be the first line in any
# sensor.d script! It sets the interval in seconds that the sensor
# script shall be run by main.sh
# Do a ping to 1.1.1.1 with a 3 second timeout and log the results
doPingTest 1.1.1.1 3