runtimeVariables()->create($this->runtimevariables); $cp = $this->checkPerformance()->create($this->checkperformance); if (! $this->compact): ?>
= $this->translate('Service Problems:') ?> | = $this->qlink( $this->unhandledServiceProblems, 'monitoring/list/services?service_problem=1&service_handled=0&sort=service_severity', null, array('data-base-target' => '_next') ) ?> |
---|---|
= $this->translate('Host Problems:') ?> | = $this->qlink( $this->unhandledhostProblems, 'monitoring/list/hosts?host_problem=1&host_handled=0', null, array('data-base-target' => '_next') ) ?> |
= $this->translate('Runtime Variables') ?> | = $this->translate('Host Checks') ?> | ||
---|---|---|---|
= $this->translate('Total') ?> | = $rv->total_scheduled_hosts ?> | ||
= $this->translate('Scheduled') ?> | = $rv->total_scheduled_hosts ?> |
= $this->translate('Runtime Variables') ?> | = $this->translate('Service Checks') ?> | = $this->translate('Per Host') ?> | |
---|---|---|---|
= $this->translate('Total') ?> | = $rv->total_services ?> | = sprintf('%.2f', $rv->average_services_per_host) ?> | |
= $this->translate('Scheduled') ?> | = $rv->total_scheduled_services ?> | = sprintf('%.2f', $rv->average_scheduled_services_per_host) ?> |
= $this->translate('Check Performance') ?> | = $this->translate('Checks') ?> | = $this->translate('Latency') ?> | = $this->translate('Execution time') ?> |
---|---|---|---|
= $this->translate('Host Checks') ?> | = $cp->host_active_count; ?> | = sprintf('%.3f', $cp->host_active_latency_avg) ?>s | = sprintf('%.3f', $cp->host_active_execution_avg) ?>s |
= $this->translate('Service Checks') ?> | = $cp->service_active_count; ?> | = sprintf('%.3f', $cp->service_active_latency_avg) ?>s | = sprintf('%.3f', $cp->service_active_execution_avg) ?>s |
= $this->translate('Check Performance') ?> | = $this->translate('Passive Checks') ?> | ||
---|---|---|---|
= $this->translate('Host Checks') ?> | = $cp->host_passive_count ?> | ||
= $this->translate('Service Checks') ?> | = $cp->service_passive_count ?> |