The Pling Project

home
download
manual
about

Welcome to the Pling project

Pling is a simple monitoring tool for network services in PHP 5. The Pling framework contains a set of classes service checks and logging and a monitor deamon.

Features

Here are a tiny list of features that Pling provides:

  • Easy configuration - you can setup every service you want to monitor in just one configuration file.
  • Easy extensibility - it's easy to extend the framework with new custom checker or logger classes.

Since PHP has no support for threads Pling uses the Unix-style Process Control Functions to manage processes for each service check.