Xymon Mailing List Archive search

two sshd monitor

list Oliver
Fri, 25 Jul 2014 10:14:10 +0200
Message-Id: <user-08b2fd40df0b@xymon.invalid>

Dear Rodolfo,

I have done this exactly the way you mentioned, see this part of 
bb-services:

[ssh80]
    send "SSH-2.0-OpenSSH_4.1\r\n"
    expect "SSH"
    options banner
    port 80

After that you can configure your bb-hosts file with this test like this:

0.0.0.0	host.domain.com	# ssh80

Or if you have two sshd's running:

0.0.0.0	host.domain.com	# ssh ssh80

Hope that helps!

Regards