Hello everyone, I am looking for a way to use nagios's check_udp to monitoring if my OpenVPN daemons are running. Does anyone know of a send/expect string I could use to query OpenVPN? Just running ./check_udp -H <host> -p 1164 -w 5 -c 10 results in "No data was received from host!" and "No response from host on port 1164". --Jim