Let me know if you meant something else — for example:
echo -n "Verifying $host:$port ... "
# /etc/cron.daily/refresh_netperf_list #!/bin/bash /opt/netperf-tools/verify_netperf_servers.sh /opt/netperf-tools/alert_on_failure.sh # Send Slack alert if >20% servers fail netperf server list verified
if [ -z "$VERSION" ]; then echo "FAIL (No netserver response)" echo "$host,$port,N/A,NoResponse,0" >> $OUTPUT_FILE continue fi Let me know if you meant something else
Subscribe now to keep reading and get access to the full archive.