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
If you want to have an error if the ssh connection is not working and ask the password to nagios add this parameter at the end of the ssh command: -qo PasswordAuthentication=no
CONNECTCOMMAND=”ssh $USERNAME@$INSERV -qo PasswordAuthentication=no”