# Files for logging and reporting when the Broadband connection drops ## Introduction: Regularly pings a known good URL and logs a timestamped response, Either 'Network is down' or 'Network is up' ## Files: * ### [network_status_python.py] The Python script to ping a known good URL and write a response to the .csv file * ### [network_status_data.csv] Contains the logged responses * ### [crontab.txt] The cron example that: * runs the Python script * looks when the network was last down * writes that info to the [network_down.csv] file * ### [network_down.csv] The timestamp of when the network was last down * ### [php_snippet.txt] An example of how to display the [network_down.csv](https://git.consummatetinkerer.net/Boffin/Python/src/branch/main/network-status/network_down.csv) info on a web page