difference between check_by_ssh / check_nrpe

Sean Dilda agrajag at dragaera.net
Thu Jul 22 15:33:45 CEST 2004


On Thu, 2004-07-22 at 03:26, Sand Philipp wrote:
> I don't think, that check_by_ssh needs a daemon on the target system,
> but I think check_by_ssh has a bigger overhead, because it has to
> transfer the hole check skript every time you perform a check.

That is very much not true.  Maybe if you had all your scripts installed
in NFS, then it'd have to pull the script off NFS, but it'd have to do
that for NPRE or checy_by_ssh.  check_by_ssh merely ssh's to the box,
runs the command you specified *on the remote box* (meaning it runs a
binary that was already on the remote box), then does some tricks to
make sure the exit codes are right.  That's all.  It doesn't have to
push the script over or anything silly like that.



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list