tabs ?>
programstatus; $cf = $this->getHelper('CommandForm'); ?>

Backend backendName; ?> is_currently_running === '1' ? sprintf( $this->translate('has been running with PID %d '), $ps->process_id ) . $this->prefixedTimeSince($ps->program_start_time) : $this->translate('is not running'); ?>.
translate('Last status update'); ?> timeSince($ps->status_update_time) ?> ago
translate('Last check command'); ?> timeSince($ps->last_command_check) ?> ago
translate('Global host event handler'); ?> global_host_event_handler ? $ps->global_host_event_handler : $this->translate('Not set'); ?>
translate('Global service event handler'); ?> global_service_event_handler ? $ps->global_service_event_handler : $this->translate('Not set'); ?>
translate('Notifications enabled'); ?> toggleSubmitForm( '', $ps->notifications_enabled, 'enablenotifications', 'disablenotifications', false, array('global' => '1') ) ?> notifications_enabled === '1'): ?> translate('Temporarily disable'); ?> disable_notif_expire_time): ?> translate('Will be re-enabled in %s'), '' . $this->timeUntil($ps->disable_notif_expire_time) . ''); ?>
translate('Execute active service checks'); ?> toggleSubmitForm( '', $ps->active_service_checks_enabled, 'enableactivechecks', 'disableactivechecks', false, array('global' => 'service') ) ?>
translate('Accept passive service checks'); ?> toggleSubmitForm( '', $ps->passive_service_checks_enabled, 'startacceptingpassivechecks', 'stopacceptingpassivechecks', false, array('global' => 'service') ) ?>
translate('Execute active host checks'); ?> toggleSubmitForm( '', $ps->active_host_checks_enabled, 'enableactivechecks', 'disableactivechecks', false, array('global' => 'host') ) ?>
translate('Accept passive host checks'); ?> toggleSubmitForm( '', $ps->passive_host_checks_enabled, 'startacceptingpassivechecks', 'stopacceptingpassivechecks', false, array('global' => 'host') ) ?>
translate('Eventhandlers enabled'); ?> toggleSubmitForm( '', $ps->event_handlers_enabled, 'enableeventhandler', 'disableeventhandler', false, array('global' => '1') ) ?>
translate('Obsessing over host checks'); ?> toggleSubmitForm( '', $ps->obsess_over_hosts, 'startobsessing', 'stopobsessing', false, array('global' => 'host') ) ?>
translate('Obsessing over service checks'); ?> toggleSubmitForm( '', $ps->obsess_over_services, 'startobsessing', 'stopobsessing', false, array('global' => 'service') ) ?>
translate('Flap detection enabled'); ?> toggleSubmitForm( '', $ps->flap_detection_enabled, 'enableflapdetection', 'disableflapdetection', false, array('global' => '1') ) ?>
translate('Process performance data'); ?> toggleSubmitForm( '', $ps->process_performance_data, 'enableperformancedata', 'disableperformancedata', false, array('global' => '1') ) ?>
translate('Monitoring Process'); ?> labelSubmitForm( $this->translate('Restart'), $this->translate('Restart the monitoring process'), '', 'restartprocess' ) ?>