'''This starts the python interpreter; captures the startup message; then gives the user interactive control over the session. print 'And now for something completely different...' f = lambda s:s and ...
This runs a sequence of commands on a remote host using SSH. It runs a simple system checks such as uptime and free to monitor the state of the remote host. ./monitor.py [-s server_hostname] [-u ...