New upstream version 0.6.27
This commit is contained in:
@@ -3,16 +3,26 @@
|
||||
<?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: </strong>".
|
||||
html::anchor('graph'.
|
||||
"?host=".$lhost,
|
||||
html::specialchars(pnp::shorten($host))."<br>");?>
|
||||
<?php if(isset($service)) echo "<strong>Service: </strong>" .
|
||||
html::anchor('graph'.
|
||||
"?host=".$lhost.
|
||||
"&srv=".$lservice,
|
||||
html::specialchars(pnp::shorten($service))."<br>");?>
|
||||
<?php if(isset($timet)) echo "<strong>Last Check: </strong>$timet<br>"?>
|
||||
<?php if (isset($host)) {
|
||||
echo "<strong>Host: </strong>" .
|
||||
html::anchor(
|
||||
'graph' .
|
||||
"?host=" . $lhost,
|
||||
html::specialchars(pnp::shorten($host)) . "<br>"
|
||||
);
|
||||
}?>
|
||||
<?php if (isset($service)) {
|
||||
echo "<strong>Service: </strong>" .
|
||||
html::anchor(
|
||||
'graph' .
|
||||
"?host=" . $lhost .
|
||||
"&srv=" . $lservice,
|
||||
html::specialchars(pnp::shorten($service)) . "<br>"
|
||||
);
|
||||
}?>
|
||||
<?php if (isset($timet)) {
|
||||
echo "<strong>Last Check: </strong>$timet<br>";
|
||||
}?>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user