{{ t('Debugging information') }} {{ t('overview') }}
{{ SystemnameService.systemName$ | async }} is running in debug mode!
This can be a potential security issue as you error messages will contain detailed information and stack traces. To disable debug mode, execute the command openitcockpit-update.
{{ t('Interface information') }}
@if (!response) { } @if (response) {
Logo
{{ t('System name') }}:
{{ response.interfaceInformation.systemname }}
{{ t('Version') }}:
{{ response.interfaceInformation.version }}
{{ t('Edition') }}:
{{ response.interfaceInformation.edition }}
{{ t('Monitoring Engine') }}:
{{ response.interfaceInformation.monitoring_engine }}
{{ t('Path for config') }}:
{{ response.interfaceInformation.path_for_config }}
{{ t('Path for backups') }}:
{{ response.interfaceInformation.path_for_backups }}
{{ t('Command interface') }}:
{{ response.interfaceInformation.command_interface }}
}
{{ t('Process information') }}
@if (!response) { } @if (response) {

{{ t('Error') }}

{{ t('Gearman-Job-Server is not running, openITCOCKPIT could not check the state of background daemons') }}
{{ t('Please start Gearman-Job-Server first') }}

{{ t('Error') }}

{{ 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') }} {{ t('Running') }} {{ t('Stopped') }}
{{ t('Database connector') }} {{ t('Running') }} {{ t('Stopped') }}
{{ t('Perfdata processor') }} {{ t('Running') }} {{ t('Stopped') }}
{{ t('Queuing engine') }} {{ t('Running') }}
{{ t('Gearman Worker') }} {{ t('Running') }} {{ t('Stopped') }}
{{ t('OITC Cmd') }} {{ t('Running') }} {{ t('Stopped') }}
{{ t('NSTA') }} {{ t('Running') }} {{ t('Stopped') }}
{{ t('Push notification service') }} {{ t('Running') }} {{ t('Stopped') }}
{{ t('Nodejs Backend') }} {{ t('Running') }} {{ t('Stopped') }}
}
{{ t('Server information') }}
@if (!response) { } @if (response) {
{{ t('Address') }}:
{{ response.serverInformation.address }}
{{ t('Webserver') }}:
{{ response.serverInformation.webserver }}
{{ t('HTTPS / TLS') }}:
{{ response.serverInformation.tls }}
{{ t('OS') }}:
{{ response.serverInformation.os_version }}
{{ t('Kernel') }}:
{{ response.serverInformation.kernel }}
{{ t('Containerized') }}:
{{ response.serverInformation.containerized }}
{{ t('PHP version') }}:
{{ response.serverInformation.php_version }}
{{ t('PHP Memory limit') }}:
{{ response.serverInformation.php_memory_limit }}
{{ t('PHP Max. execution time') }}:
{{ response.serverInformation.php_max_execution_time }}
{{ t('PHP loaded extensions') }}:
{{ response.serverInformation.php_extensions.join(', ') }}
{{ t('CPU model') }}:
{{ response.serverInformation.cpu_processor }}
{{ t('CPU Architecture') }}:
{{ response.serverInformation.architecture }}
{{ t('Number of CPU cores') }}:
{{ response.serverInformation.cpu_cores }}
}
{{ t('CPU load') }} {{ t('Current load:') }} {{ response.currentCpuLoad['1'] }}, {{ response.currentCpuLoad['5'] }}, {{ response.currentCpuLoad['15'] }}
@if (!response) { } @if (response) {
}
{{ t('Memory and disk usage') }}
@if (!response) { } @if (response) {
{{ t('Memory usage') }}
{{ t('Total:') }}
{{ response.memory.memory.total | localNumber }} MB
{{ t('Used:') }}
{{ response.memory.memory.used | localNumber }} MB
{{ t('Cached:') }}
{{ response.memory.memory.cached | localNumber }} MB
{{ t('Buffers:') }}
{{ response.memory.memory.buffers | localNumber }} MB
@if (response.memory.memory.used > 50) { {{ response.memory.memory.used | localNumber }}MB } @if (response.memory.memory.cached > 10) { {{ response.memory.memory.cached | localNumber }}MB } @if (response.memory.memory.buffers > 10) { {{ response.memory.memory.buffers | localNumber }}MB }
{{ t('Swap usage') }}
{{ t('Total:') }}
{{ response.memory.swap.total | localNumber }} MB
{{ t('Used:') }}
{{ response.memory.swap.used | localNumber }} MB
@if (response.memory.swap.used > 50) { {{ response.memory.swap.used |localNumber }}MB }
@for (disk of response.diskUsage; track $index) {
{{ t('Disk usage') }}
{{ disk.disk }} ({{ t('Mount point') }}: {{ disk.mountpoint }})
{{ t('Size') }}:
{{ disk.size }}
{{ t('Used:') }}
{{ disk.used }}
{{ t('Available') }}:
{{ disk.avail }}
@if (disk.use_percentage > 5) { {{ disk.use_percentage | localNumber }}% }
} }
{{ t('Queuing engine') }}
@if (!response) { } @if (response) { @for (queue of gearmanStatus; track $index) { }
{{ t('Queue name') }} {{ t('Jobs waiting') }} {{ t('Active jobs') }} {{ t('Worker available') }}
{{ queue.name }}
{{ queue.jobs }}
{{ queue.running }}
{{ queue.worker }}
}
{{ t('Email configuration') }}
@if (!response) { } @if (response) {
{{ t('Mail server address') }}:
{{ response.emailInformation.host }}
{{ t('Mail server port') }}:
{{ response.emailInformation.port }}
{{ t('Transport method') }}:
{{ response.emailInformation.transport }}
{{ t('Username') }}:
{{ response.emailInformation.username }}
{{ t('Password') }}:
{{ t('Password hidden due to security please see the file /opt/openitc/frontend/config/email.php for detailed configuration information.') }}
}
{{ t('Client information') }}
@if (!response) { } @if (response) {
{{ t('Client OS') }}:
{{ response.userInformation.user_os }}
{{ t('Client browser') }}:
{{ response.userInformation.user_agent }}
{{ t('Client IP address') }}:
{{ response.userInformation.user_remote_address }}
}
{{ t('PHP info') }}