Xymon Mailing List Archive search

ssh on one onterface and ping on other interface

list Charles Jones
Tue, 12 Jun 2007 19:06:15 -0700
Message-Id: <user-8d4f727a4a09@xymon.invalid>

Asif Iqbal wrote:
On 6/12/07, *user-ce96540ed38f@xymon.invalid <mailto:user-ce96540ed38f@xymon.invalid>* 
<user-ce96540ed38f@xymon.invalid <mailto:user-ce96540ed38f@xymon.invalid>> wrote:

    On Tuesday 12 June 2007 11:19, Ralph Mitchell wrote:
On 6/12/07, Asif Iqbal < user-6f4b51ac2a40@xymon.invalid
    <mailto:user-6f4b51ac2a40@xymon.invalid>> wrote:
Is there a work around?  I  just want to get ssh on interface
    and ping on
the other interface tested but keep the results under same
    hostname.
Let Hobbit do the ping test.  Write a script to connect to the other
port via ssh and send a green/red report to Hobbit.
    I have a script that I through together to do this. It is single
    threaded tho.
    No real documentation on it, but if you want it.. I could throw
    something
    together and forward it to ya. Basically the script uses nc to do
    a port
    check.


I still think there is a simpler way to do this. I think I saw 
somethink like this in the past.

1.2.3.4 <http://1.2.3.4>; host.net <http://host.net>; # testip ssh
0.0.0.0 <http://0.0.0.0>; host.net <http://host.net>; #
I think that would be:

1.2.3.4 host.net # conn testip
0.0.0.0 host.net # noconn ssh

This would make the ping test ping 1.2.3.4, and the ssh test would be 
the DNS ip of host.net.  I don't think Hobbit "likes" when you do that 
though, I know if you have duplicate hostnames it makes hobbitest turn 
yellow and fuss at you :)

-Charles