Linux Remote SHH commands repository

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Linux Remote SHH commands repository

Post by dlukinski »

IS there a list of Linux Remote SSH commands repository?
- only 3 commands present in Wizard..

Thank you.
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: Linux Remote SHH commands repository

Post by eloyd »

SSH allows you to execute any command remotely. So, no, there is not a list of available commands, since any command is valid.

If you are talking about the commands that the remote SSH monitoring wizard is looking for to monitor a remote machine, like "/usr/local/nagios/libexec/check_disk /" for instance, these are just remote Nagios plugins being executed.

Look in /usr/local/nagios/libexec for all of the available plugins, but they need to be installed on the remote machine as well.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: Linux Remote SHH commands repository

Post by dlukinski »

eloyd wrote:SSH allows you to execute any command remotely. So, no, there is not a list of available commands, since any command is valid.

If you are talking about the commands that the remote SSH monitoring wizard is looking for to monitor a remote machine, like "/usr/local/nagios/libexec/check_disk /" for instance, these are just remote Nagios plugins being executed.

Look in /usr/local/nagios/libexec for all of the available plugins, but they need to be installed on the remote machine as well.
Thank you (reading manual I got my hands on)
- please close this one
Locked