runtimevariables; $ps = $this->programstatus; $cp = $this->checkPerformance()->create($this->checkperformance); /** @var Zend_View_Helper_CommandForm $ch */ $ch = $this->getHelper('CommandForm'); ?>

Process Information


Backend backendName; ?> is is_currently_running === '1' ? 'running' : 'not running'; ?> (pid process_id; ?>) since timeSince($ps->program_start_time); ?> ago (dateFormat()->formatDateTime($ps->program_start_time); ?>).
disable_notif_expire_time): ?>

Notifications disabled with expiration time

Notifications automatically turned on again on the dateFormat()->formatDateTime($ps->disable_notif_expire_time); ?>

Object summaries

  # overall / scheduled
Hosts total_hosts; ?> / total_scheduled_hosts; ?>
Services total_services; ?> / total_scheduled_services; ?>
Average services per host average_services_per_host); ?> / average_scheduled_services_per_host); ?>

Active checks

  # Latency Execution time
Host Checks host_active_count; ?> host_active_latency_avg); ?>s host_active_execution_avg); ?>s
Service Checks service_active_count; ?> service_active_latency_avg); ?>s service_active_execution_avg); ?>s

Passive checks

  #
Host Checks host_passive_count; ?>
Service Checks service_passive_count; ?>

Actuality

Last status update dateFormat()->formatDateTime($ps->status_update_time); ?> (since timeSince($ps->status_update_time); ?> ago)
Last check command dateFormat()->formatDateTime($ps->last_command_check); ?> (since timeSince($ps->last_command_check); ?> ago)

Configuration

Global host event handler global_host_event_handler): ?> global_host_event_handler; ?> Not set
Global service event handler global_service_event_handler): ?> global_service_event_handler; ?> Not set

Commands

labelSubmitForm( 'Shutdown monitoring process', 'Shutdown the monitoring process', 'btn-cta', 'shutdownprocess' ); ?>
labelSubmitForm( 'Restart monitoring process', 'Restart the monitoring process', 'btn-cta', 'restartprocess' ); ?> notifications_enabled === '1'): ?>
Disable notification with expire
toggleSubmitForm( 'Notifications enabled', $ps->notifications_enabled, 'enablenotifications', 'disablenotifications', false, array( 'global' => '1' ) ); ?>
toggleSubmitForm( 'Execute active service checks', $ps->active_service_checks_enabled, 'enableactivechecks', 'disableactivechecks', false, array( 'global' => 'service' ) ); ?>
toggleSubmitForm( 'Accept passive service checks', $ps->passive_service_checks_enabled, 'startacceptingpassivechecks', 'stopacceptingpassivechecks', false, array( 'global' => 'service' ) ); ?>
toggleSubmitForm( 'Execute active host checks', $ps->active_host_checks_enabled, 'enableactivechecks', 'disableactivechecks', false, array( 'global' => 'host' ) ); ?>
toggleSubmitForm( 'Accept passive host checks', $ps->passive_host_checks_enabled, 'startacceptingpassivechecks', 'stopacceptingpassivechecks', false, array( 'global' => 'host' ) ); ?>
toggleSubmitForm( 'Eventhandlers enabled', $ps->event_handlers_enabled, 'enableeventhandler', 'disableeventhandler', false, array( 'global' => '1' ) ); ?>
toggleSubmitForm( 'Obsessing over host checks', $ps->obsess_over_hosts, 'startobsessing', 'stopobsessing', false, array( 'global' => 'host' ) ); ?>
toggleSubmitForm( 'Obsessing over service checks', $ps->obsess_over_services, 'startobsessing', 'stopobsessing', false, array( 'global' => 'service' ) ); ?>
toggleSubmitForm( 'Flap detection enabled', $ps->flap_detection_enabled, 'enableflapdetection', 'disableflapdetection', false, array( 'global' => '1' ) ); ?>
toggleSubmitForm( 'Process performance data', $ps->process_performance_data, 'enableperformancedata', 'disableperformancedata', false, array( 'global' => '1' ) ); ?>