I have a threaded python script that pings 20 nodes on a local area network, and prints out the status of each: Node is Alive, Node is Down, etc.. I would like to have this outp
If it runs once a week, you will probably run it from crontab?
30 2 * * 5 python yourScript.py | mail -s outputFromScript your@email.address