{{ t('System Health') }}

{{ t('Alright!') }} {{ t('No issues detected. System operates normally.') }}
  • {{ t('Critical') }}
    {{ t('Monitoring engine is not running!') }}
  • {{ t('Critical') }}
    {{ t('Gearman job server not reachable!') }}
  • {{ t('Critical') }}
    {{ t('Service gearman_worker is not running!') }}
  • {{ t('Critical') }}
    {{ t('Database connector NDOUtils is not running!') }}
  • {{ t('Critical') }}
    {{ t('Database connector Statusengine is not running!') }}
  • {{ t('Warning') }}
    {{ t('Performance data processer Statusengine is not running!') }}
  • {{ t('Warning') }}
    {{ t('Performance data processer NPCD is not running!') }}
  • {{ t('Warning') }}
    {{ t('Service sudo_server is not running!') }}
  • {{ t('Warning') }}
    {{ t('Service oitc_cmd is not running!') }}
  • {{ t('Warning') }}
    {{ t('Service push_notification is not running!') }}
  • {{ t('Warning') }}
    {{ t('Nodejs backend is not running') }}
  • {{ t('Current CPU load is too high!') }}
    {{ systemHealth.load?.load1 }}, {{ systemHealth.load?.load5 }}, {{ systemHealth.load?.load15 }}

  • {{ t('Sync status') }} {{ t('failed') }}
    {{ satellite.name }} , {{ t('last seen') }} {{ satellite.satellite_status.last_seen }}

  • {{ t('High memory usage.') }} {{ systemHealth.memory_usage.memory.percentage }}%

  • {{ t('High Swap usage') }} {{ systemHealth.memory_usage.swap.percentage }}%

  • {{ ( 'Low disk space left for mountpoint:' ) }}
    "{{ disk.mountpoint }}" {{ disk.use_percentage }}%

  • {{ t('Warning') }}
    {{ t('Service NSTA is not running!') }}
  • {{ t('Unknown') }}
    {{ t('Could not detect system health status.') }}

@if (PermissionsService.hasPermissionObservable(['systemHealthUsers', 'index'])|async) {
{{ t('Last update') }}: {{ systemHealth.update }}
} @else {
{{ t('Last update') }}: {{ systemHealth.update }}
}