Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
I changed the following line to avoid problems with services containing “open” in the name, e.g.: openvpn
if [ `echo $f_result | egrep -c ‘udp open’` -gt 0 ]; then