1 <?php
defined('SYSPATH') OR die('No direct access allowed.'); ?
>
2 <table
class="w-table">
4 <td
class="icon dark"><span
class="icon-20 x20-time"></span
></td
>
6 <?php
echo html
::anchor('extinfo/performance', _('Service Check Execution Time').':' ) ?
><br
/>
7 <?php
echo html
::anchor('extinfo/performance', $min_service_execution_time.' / '.$max_service_execution_time.' / '.$average_service_execution_time.' '._('sec')) ?
>
11 <td
class="icon dark"><span
class="icon-20 x20-time_latency"></span
></td
>
13 <?php
echo html
::anchor('extinfo/performance', _('Service Check Latency').':' ) ?
><br
/>
14 <?php
echo html
::anchor('extinfo/performance', $min_service_latency.' / '.$max_service_latency.' / '.$average_service_latency.' '._('sec')) ?
>
18 <td
class="icon dark"><span
class="icon-20 x20-time"></span
></td
>
20 <?php
echo html
::anchor('extinfo/performance', _('Host Check Execution Time').':') ?
><br
/>
21 <?php
echo html
::anchor('extinfo/performance', $min_host_execution_time.' / '.$max_host_execution_time.' / '.$average_host_execution_time.' '._('sec')) ?
>
25 <td
class="icon dark"><span
class="icon-20 x20-time_latency"></span
></td
>
27 <?php
echo html
::anchor('extinfo/performance', _('Host Check Latency').':') ?
><br
/>
28 <?php
echo html
::anchor('extinfo/performance', $min_host_latency.' / '.$max_host_latency.' / '.$average_host_latency.' '._('sec')) ?
>
32 <td
class="icon dark"><span
class="icon-20 x20-share"></span
></td
>
34 <?php
echo html
::anchor('status/service/?serviceprops='.nagstat
::SERVICE_ACTIVE_CHECK
, _('# Active Host / Service Checks').':') ?
><br
/>
35 <?php
echo html
::anchor('status/host/?hostprops='.nagstat
::HOST_ACTIVE_CHECK
, $total_active_host_checks) ?
>
37 <?php
echo html
::anchor('status/service/?serviceprops='.nagstat
::SERVICE_ACTIVE_CHECK
, $total_active_service_checks) ?
>
41 <td
class="icon dark"><span
class="icon-20 x20-share2"></span
></td
>
43 <?php
echo html
::anchor('status/service/?serviceprops='.nagstat
::SERVICE_PASSIVE_CHECK
, _('# Passive Host / Service Checks').':') ?
><br
/>
44 <?php
echo html
::anchor('status/host/?hostprops='.nagstat
::HOST_PASSIVE_CHECK
, $total_passive_host_checks) ?
>
46 <?php
echo html
::anchor('status/host/?hostprops='.nagstat
::HOST_PASSIVE_CHECK
, $total_passive_service_checks) ?
>