Hello everyone,
I am checking most of my Unix systems using the ‘check_ssh’ check. It seems that check_ssh initiates an SSH session to the client, and then simply drops the connection.
As a result, the following critical error appears in my system logfiles (At /var/adm/messages, /var/log/messages, or /var/log/auth.log).
Dec 10 21:51:12 devdb2 sshd[3641]: [ID 800047 auth.crit] fatal: Read from socket failed: Connection reset by peer
Dec 10 22:11:21 devdb2 sshd[5703]: [ID 800047 auth.crit] fatal: Read from socket failed: Connection reset by peer
Dec 10 22:26:14 devdb2 sshd[7173]: [ID 800047 auth.crit] fatal: Read from socket failed: Connection reset by peer
Is there a way to configure the check_ssh check to behave better? ‘auth.crit’ is a pretty important log facility, and I don’t want to clutter it with noisy messages regarding Nagios SSH checks.
I appreciate any help, thank you!
-= Stefan