New upstream version 0.6.27

This commit is contained in:
geos_one
2025-08-06 18:11:51 +02:00
parent a6b4158f1f
commit 56a986c0ba
563 changed files with 45811 additions and 35282 deletions

View File

@@ -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:&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>"?>
<?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>