Page 1 of 1

Monitoring with SSH without installing plugins to client

Posted: Tue Sep 17, 2013 6:32 am
by judanssi
On NCA Prep guide is mentioned, that: "The final reason you may consider SSH to the checking on the remote server is that you may not be able to install
applications or compile applications on the remote server."

Anyway check_by_ssh does require the plugins installed on remote server. ("In order to use SSH you need to use the check_by_ssh plugin which will enable you to perform local checks on the remote machine.")

Is there any solution to monitor clients with SSH without installing plugins to client? I couldnt find any documentation of this.

Re: Monitoring with SSH without installing plugins to client

Posted: Tue Sep 17, 2013 12:35 pm
by abrist
judanssi wrote:"The final reason you may consider SSH to the checking on the remote server is that you may not be able to install
applications or compile applications on the remote server."
This is in reference to the fact that check_by_ssh does not require a full agent install (nrpe, etc).
judanssi wrote:Is there any solution to monitor clients with SSH without installing plugins to client? I couldnt find any documentation of this.
The check_by_ssh plugin still requires the plugin scripts to reside on the remote system, but does not require an agent (daemonized application / service) to be installed. If you want to monitor without copying anything to the remote system, you are stuck monitoring externally accessible ports. You could also monitor through snmp, but that would require a package install on the remote host.

Re: Monitoring with SSH without installing plugins to client

Posted: Tue Sep 17, 2013 1:02 pm
by judanssi
OK! Thanks for your answer :)