$page["title"] = "Information about monitoring server";
$page["file"] = "queue.html";
include "include/config.inc";
show_header($page["title"],10,0);
?>
show_table_header("QUEUE OF ITEMS TO BE UPDATED");
echo "
";
show_table_header("QUEUE");
?>
$now=time();
$result=DBselect("select i.itemid, i.nextcheck, i.description, h.host from items i,hosts h where i.status=0 and h.status=0 and i.hostid=h.hostid and i.nextcheck<$now order by i.nextcheck");
echo "
Next time to check | Host | Description |
$time | $host | $description | "; echo "\n"; echo "