How to Easily Monitor Your web Server Using PHP

In order to make sure that your website is always available to the public, you have to monitor it. In this tutorial, I’ll show you how you can easily create a monitoring script that will check your website availability and send an email or sms alert to you if it isn’t.

via How to easily monitor your web server using PHP.