Run a Local Shell Script Remotely Via SSH
At work, I needed to create a script that did several checks such as verifying disk space and CPU utilization; this script is to be run on a number of servers. We wanted to keep a daily record for historical and trending purposes. So, I created a script that performed …