pnp4nagios/share/pnp/application/views/status_box.php
2017-05-20 15:26:21 +02:00

20 lines
623 B
PHP

<div class="ui-widget">
<div class="p2 ui-widget-header ui-corner-top">
<?php echo Kohana::lang('common.status-box-header') ?>
</div>
<div class="p4 ui-widget-content ui-corner-bottom">
<?php if(isset($host)) echo "<strong>Host:&nbsp;</strong>".
html::anchor('graph'.
"?host=".$lhost,
html::specialchars(pnp::shorten($host))."<br>");?>
<?php if(isset($service)) echo "<strong>Service:&nbsp;</strong>" .
html::anchor('graph'.
"?host=".$lhost.
"&srv=".$lservice,
html::specialchars(pnp::shorten($service))."<br>");?>
<?php if(isset($timet)) echo "<strong>Last Check:&nbsp;</strong>$timet<br>"?>
</div>
</div>
<p>