
Development of an automated monitoring system (PINGER) using AirFlow to check the availability of our web applications and monitor the validity of SSL certificates across our domains.
Created a `pinger` script running every 5 minutes to check service availability. If a service is down, an email is sent with the detected error.
Developed a script to check SSL certificate validity and send reminders starting 15 days before expiration.
Python
Docker