IS there a list of Linux Remote SSH commands repository?
- only 3 commands present in Wizard..
Thank you.
Linux Remote SHH commands repository
Re: Linux Remote SHH commands repository
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.
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.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Linux Remote SHH commands repository
Thank you (reading manual I got my hands on)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.
- please close this one