# # This runs the python script to log the network status, then creates the last network outage file */5 * * * * python3 /home/foo/path/to/network_status_python.py && grep 'Network is down' /home/foo/path/to/network_status_data.csv | tail -1 > /var/www/example.com/network_down.csv #