runtimeVariables()->create($this->runtimevariables); $cp = $this->checkPerformance()->create($this->checkperformance); if (! $this->compact): ?>
= $this->translate('Program Version') ?> | = $this->programStatus->program_version ? $this->programStatus->program_version : $this->translate('N/A') ?> |
---|---|
= $this->translate('Program Start Time') ?> | = $this->formatDateTime($this->programStatus->program_start_time) ?> |
= $this->translate('Last Status Update'); ?> | = $this->timeAgo($this->programStatus->status_update_time); ?> |
= $this->translate('Last External Command Check'); ?> | = $this->timeAgo($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'); ?> |
= $this->translate('Active Endpoint'); ?> | = $this->programStatus->endpoint_name ? $this->programStatus->endpoint_name : $this->translate('N/A') ?> |