Here are examples of a site connectivity checker you can use for inspiration:
- ping command: Wikipedia article about the networking utility
- Site 24x7: Website monitoring service
Here are resources that you can use to build your site connectivity checker:
- requests: An elegant and simple HTTP library for Python, built for human beings
- Making HTTP Requests With Python Real Python video course
- sqlite3: A self-contained, serverless, transactional SQL database engine
- Introduction to Python SQL Libraries: Real Python article
- celery: Distributed task queue
- apscheduler: In-process task scheduler with Cron-like capabilities