Skip to content

Instantly share code, notes, and snippets.

View LoliC0d3's full-sized avatar
Loading To Mastah...

Ali Akbar LoliC0d3

Loading To Mastah...
View GitHub Profile
@LoliC0d3
LoliC0d3 / Python script check that a list of sites return HTTP 200
Created February 18, 2022 03:02 — forked from anroots/Python script check that a list of sites return HTTP 200
Python script settings file: check that a list of sites return HTTP 200
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# This script check a list of websites
# and sends mail when the HTTP status code is not 200
#
# Used to check wheter all projects are up and running
# (not broken, say for example because a dependency library was removed)
# Author Ando Roots 2012