. ************************************************************************ */ /** * * tmonpolld.php, TSM Monitor * * This file is the TSM Monitor Polling Daemon. It executes queries against TSM * and inserts them into TMS Monitor's MySQL Database * * @author Michael Clemens * @version 1.0 * @package tsmmonitor */ include_once("../includes/global.php"); $tmonpolld = new PollD($adodb); $tmonpolld->poll(); ?>