Ping Pong PHP Pinger
Examples

Summary

E-Mail notifications

It's easy to run PHP Pinger to get by e-mail results of the run.
Two levels are available: always send me a report, or e-mail me only if a host is down.

You can receive launch a run by visiting a webpage, or by making a CRON task.

Level: Problems

PHP Pinger E-Mail Problems

Level: Report

PHP Pinger E-Mail Report

You can find those examples in example-cron.php file!

HTML output

With callback functions, you can display result of a run on a HTML page.
HTML output is done with a callback function; You are free to format it how you want it.

Simple list example

Table example

Labelhost:portResult
Google FRgoogle.fr:80online
Google SSLwww.google.com:443online
404.google.com404.google.com:80offline
SSH exampleexample.com:22offline
Good exampleexample.com:80online

You can find those examples in example-html.php file!