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