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