Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@crdpinfo
Favorites 1
Views 0
Hello, This script will check the ping time off what you want. check_time_ping #!/bin/bash HOST2=$1 TimePingWarning=$2 TimePingCritical=$3 if [ $# -lt 3 ] then echo…