Monitoring with SSH without installing plugins to client

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
judanssi
Posts: 11
Joined: Wed Jul 18, 2012 10:09 am

Monitoring with SSH without installing plugins to client

Post 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.
Last edited by judanssi on Tue Sep 17, 2013 1:02 pm, edited 1 time in total.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Monitoring with SSH without installing plugins to client

Post 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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
judanssi
Posts: 11
Joined: Wed Jul 18, 2012 10:09 am

Re: Monitoring with SSH without installing plugins to client

Post by judanssi »

OK! Thanks for your answer :)
Locked