Page 1 of 1

Linux Remote SHH commands repository

Posted: Fri Mar 18, 2016 4:01 pm
by dlukinski
IS there a list of Linux Remote SSH commands repository?
- only 3 commands present in Wizard..

Thank you.

Re: Linux Remote SHH commands repository

Posted: Fri Mar 18, 2016 4:07 pm
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.

Re: Linux Remote SHH commands repository

Posted: Fri Mar 18, 2016 7:09 pm
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