. ************************************************************************ */ /** * * tmonpolld_mp.php, TSM Monitor * * This file instantiates PollD_MP and executes the multi-process polling. * Start it like this: 'nohup php tmonpolld_mp.php &' * * * @author Michael Clemens, Frank Fegert * @version 1.0 * @package tsmmonitor */ include_once("../includes/global.php"); $tmonpolld = new PollD_MP($config); $tmonpolld->controlPollD("on"); $tmonpolld->poll(); ?>