Revision 84 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** @package nagios-php* @author Lars Tiefland <ltiefland@gmail.com>* @copyright 2013* @version $Rev: 86 $*/// $Id: tac.php 86 2013-01-02 13:28:36Z lars $require_once "includes/common.php";$hosts = host::getStatusList();$services = service::getStatusList();$GLOBALS["ui"]->assign( "hosts", $hosts );$GLOBALS["ui"]->assign( "services", $services );$GLOBALS["ui"]->display( "tac.tpl" );?>