Page 1 of 1

check_by_ssh - Passive

Posted: Thu Mar 14, 2013 5:03 am
by Gavin
Hi all,

I'm trying to get my head around using check_by_ssh to perform passive checks. I understand that we can use check_by_ssh to return values for multiple services passively.

What's the usual method for actually triggering these checks? E.G.

Host1 -> check_ping
* Service0 -> check_by_ssh
* Service1 -> Passive
* Service2 -> Passive
* Service3 -> Passive

Or would it be better to make the host check do 'check_by_ssh', and have all the services passive, like this:

Host1 -> check_by_ssh
* Service0 -> Passive
* Service1 -> Passive
* Service2 -> Passive
* Service3 -> Passive

Thanks,

Gavin

Re: check_by_ssh - Passive

Posted: Thu Mar 14, 2013 8:55 am
by scottwilkerson
I think either would be acceptable. If you have value in the data from the host-ping check data (other that just the UP/DOWN) then use it, otherwise the later is perfectly acceptable as the host will go to DOWN if the check_by_ssh is unsuccessful.

Re: check_by_ssh - Passive

Posted: Sat Mar 16, 2013 10:37 am
by Gavin
Thanks Scott. I thought that would be the case, but wanted to make sure I wasn't missing some 'clever' way of triggering them!

Feel free to close this thread.

Thanks,

Gavin