Monitor processes
Usage:
<?php1 require_once 'System/ProcWatch.php';2 require_once 'System/ProcWatch/Config.php';34 $cf =?> System_ProcWatch_Config <?php::?> fromXmlFile <?php('/etc/procwatch.xml');5 $pw = &new?> System_ProcWatch <?php($cf);6 $pw->?> run <?php();?>
<?php1 require_once 'System/ProcWatch.php';2 require_once 'System/ProcWatch/Config.php';34 $cf =?>
<?php::?>
<?php('/etc/procwatch.xml');5 $pw = &new?>
<?php($cf);6 $pw->?>
<?php();?>