Site Monitor
Programming
A project in progress, Site Monitor is a simple script I built to let me monitor my sites. Every day it takes a screenshot and I can view them at my leisure.
Project Completed: March, 2018
Approximate Time: 2 days
Created With:
About Site Monitor
I wanted a way to keep track of my sites and make sure they were rendering properly, so I created a site monitor. I simply provide it an array of sites I want to monitor:
$sites = array('https://ryderdamen.com', 'https://rydaway.com');
and it does the rest. Taking screenshots and monitoring them. Combining this with an off-server uptime monitor, I now have a powerful and simple way to monitor in real time what’s happening with my websites.