runtimevariables;
$ps = $this->programstatus;
$cp = $this->checkPerformance()->create($this->checkperformance);
?>
Process Information
Backend = $this->backendName; ?> is
= $ps->is_currently_running === '1' ? 'running' : 'not running'; ?>
(pid = $ps->process_id; ?>)
since = $this->timeSince($ps->program_start_time); ?> ago
(= $this->dateFormat()->formatDateTime($ps->program_start_time); ?>).
disable_notif_expire_time): ?>
Notifications disabled with expiration time
Notifications automatically turned on again on the
= $this->dateFormat()->formatDateTime($ps->disable_notif_expire_time); ?>
Object summaries
|
# overall / scheduled |
Hosts
|
= $rv->total_hosts; ?>
/ = $rv->total_scheduled_hosts; ?>
|
Services
|
= $rv->total_services; ?>
/ = $rv->total_scheduled_services; ?>
|
Average services per host
|
= sprintf('%.2f', $rv->average_services_per_host); ?>
/ = sprintf('%.2f', $rv->average_scheduled_services_per_host); ?>
|
Active checks
|
# |
Latency |
Execution time |
Host Checks
|
= $cp->host_active_count; ?> |
= sprintf('%.3f', $cp->host_active_latency_avg); ?>s |
= sprintf('%.3f', $cp->host_active_execution_avg); ?>s |
Service Checks
|
= $cp->service_active_count; ?> |
= sprintf('%.3f', $cp->service_active_latency_avg); ?>s |
= sprintf('%.3f', $cp->service_active_execution_avg); ?>s |
Passive checks
|
# |
Host Checks
|
= $cp->host_passive_count; ?> |
Service Checks
|
= $cp->service_passive_count; ?> |
Actuality
Last status update
|
= $this->dateFormat()->formatDateTime($ps->status_update_time); ?>
(since = $this->timeSince($ps->status_update_time); ?> ago)
|
Last check command
|
= $this->dateFormat()->formatDateTime($ps->last_command_check); ?>
(since = $this->timeSince($ps->last_command_check); ?> ago)
|
Configuration
Global host event handler
|
global_host_event_handler): ?>
= $ps->global_host_event_handler; ?>
Not set
|
Global service event handler
|
global_service_event_handler): ?>
= $ps->global_service_event_handler; ?>
Not set
|
Global commands goes here