openitcockpit-update.
{{ t('Gearman-Job-Server is not running, openITCOCKPIT could not check the state of background daemons') }}
{{ t('Please start Gearman-Job-Server first') }}
{{ t('gearman_worker is not running, openITCOCKPIT could not check the state of background daemons') }}
{{ t('Please start gearman_worker first') }}
| {{ t('Process') }} | {{ t('State') }} |
|
|---|---|---|
| {{ t('Monitoring engine') }} |
@if (response.processInformation.backgroundProcesses.isNagiosRunning) {
|
|
| {{ t('Database connector') }} |
@if (response.processInformation.backgroundProcesses.isStatusengineRunning) {
|
|
| {{ t('Perfdata processor') }} |
@if (response.processInformation.backgroundProcesses.isStatusengineRunning) {
|
|
| {{ t('Queuing engine') }} | {{ t('Running') }} |
|
| {{ t('Gearman Worker') }} |
@if (response.processInformation.backgroundProcesses.isGearmanWorkerRunning) {
|
|
| {{ t('OITC Cmd') }} |
@if (response.processInformation.backgroundProcesses.isOitcCmdRunning) {
|
|
| {{ t('NSTA') }} |
@if (response.processInformation.backgroundProcesses.isNstaRunning) {
|
|
| {{ t('Push notification service') }} |
@if (response.processInformation.backgroundProcesses.isPushNotificationRunning) {
|
|
| {{ t('Nodejs Backend') }} |
@if (response.processInformation.backgroundProcesses.isNodeJsServerRunning) {
|
|
| {{ t('Queue name') }} | {{ t('Jobs waiting') }} | {{ t('Active jobs') }} | {{ t('Worker available') }} |
|---|---|---|---|
| {{ queue.name }} |
{{ queue.jobs }}
|
{{ queue.running }}
|
{{ queue.worker }} |