runtimeVariables()->create($this->runtimevariables);
$cp = $this->checkPerformance()->create($this->checkperformance);
?>
= $this->translate('Monitoring Health'); ?>
= $this->toggleFeaturesForm; ?>
= $this->translate('Process Info') ?>
= $this->translate('Program Start Time') ?> |
= $this->dateFormat()->formatDateTime($this->programStatus->program_start_time) ?> |
= $this->translate('Last Status Update'); ?> |
= sprintf($this->translate('%s ago'), $this->timeSince($this->programStatus->status_update_time)); ?> |
= $this->translate('Last External Command Check'); ?> |
= sprintf($this->translate('%s ago'), $this->timeSince($this->programStatus->last_command_check)); ?> |
= $this->translate('Last Log File Rotation'); ?> |
= $this->programStatus->last_log_rotation
? $this->timeSince($this->programStatus->last_log_rotation)
: $this->translate('N/A') ?> |
= $this->translate('Global Service Event Handler'); ?> |
= $this->programStatus->global_service_event_handler
? $this->programStatus->global_service_event_handler
: $this->translate('N/A'); ?> |
= $this->translate('Global Host Event Handler'); ?> |
= $this->programStatus->global_host_event_handler
? $this->programStatus->global_host_event_handler
: $this->translate('N/A'); ?> |
programStatus->is_currently_running === true): ?>
= sprintf(
$this->translate('%s has been up and running with PID %d since %s'),
$this->backendName,
$this->programStatus->process_id,
$this->timeSince($this->programStatus->program_start_time)) ?>
= sprintf($this->translate('%s is not running'), $this->backendName) ?>
= $this->translate('Object summaries') ?>
|
= $this->translate('overall') ?> |
= $this->translate('scheduled') ?> |
= $this->translate('Hosts') ?>
|
= $rv->total_hosts; ?>
|
= $rv->total_scheduled_hosts; ?>
|
= $this->translate('Services') ?>
|
= $rv->total_services; ?>
|
= $rv->total_scheduled_services; ?>
|
= $this->translate('Average services per host') ?>
|
= sprintf('%.2f', $rv->average_services_per_host); ?>
|
= sprintf('%.2f', $rv->average_scheduled_services_per_host); ?>
|
= $this->translate('Active 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('Passive checks') ?>
= $this->translate('Host Checks') ?>
|
= $cp->host_passive_count; ?> |
= $this->translate('Service Checks') ?>
|
= $cp->service_passive_count; ?> |