check_by_ssh - Passive
Posted: Thu Mar 14, 2013 5:03 am
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
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