Nagios check_vnc without authentication
If you need to monitor a VNC service without logging in, the following check_command can be used. Edit your nagios configuration file and add: # VNCdefine command{ command_name check_vnc command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p $ARG1$ -w 5 -c 8 -e “RFB”} Then on the service you want to monitor use: define service{ use generic-service ; […]
