{{ t('Satellites') }} {{ t('Information') }}
{{ t('Filter') }}
@if (!result) { } @if (result) { @for (satellite of result.all_satellite_information; track $index) { @if (satellite.system_health === '{}' || !satellite.system_health) { } @else { } }
{{ t('Instance name') }} {{ t('Software') }} {{ t('Hardware') }} {{ t('Number of hosts') }} {{ t('Number of services') }} {{ t('Last update') }}
{{ satellite.satellite.name }} {{ t('No system health data available') }} {{ satellite.last_update }}
{{ satellite.satellite.name }}
  • {{ t('openITCOCKPIT') }}: {{ satellite.oitc_version }}
  • {{ t('Web interface') }}: @if (satellite.system_health_json.oitc_webinterface_enabled) { {{ t('Enabled') }} } @else { {{ t('Disabled') }} }
  • {{ t('Monitoring engine') }}: {{ satellite.system_health_json.monitoring_engine }}
  • {{ t('Operating system') }}: {{ satellite.system_health_json.os_version }}
  • {{ t('PHP') }}: {{ satellite.php_version }}
  • {{ t('CPU cores') }}: {{ satellite.system_health_json.cpu_cores }} ({{ satellite.system_health_json.os_architecture }})
  • {{ satellite.system_health_json.cpu_processor }}
  • {{ t('CPU load') }}: {{ satellite.system_health_json.cpu_load1 }}, {{ satellite.system_health_json.cpu_load5 }}, {{ satellite.system_health_json.cpu_load15 }}
@if (satellite.system_health_json.memory) {
{{ t('Memory') }} {{ satellite.system_health_json.memory.memory.used / 1024 | localNumber }} / {{ satellite.system_health_json.memory.memory.total / 1024 | localNumber }}{{ t('GB') }} ({{ satellite.system_health_json.memory.memory.percentage }}%)
@switch (satellite.system_health_json.memory.memory.state) { @case ('critical') { } @case ('warning') { } @default { } }
} @if (satellite.system_health_json.memory) {
{{ t('Swap') }} {{ satellite.system_health_json.memory.swap.used / 1024 | localNumber }} / {{ satellite.system_health_json.memory.swap.total / 1024 | localNumber }}{{ t('GB') }} ({{ satellite.system_health_json.memory.swap.percentage }}%)
@switch (satellite.system_health_json.memory.swap.state) { @case ('critical') { } @case ('warning') { } @default { } }
} @if (satellite.system_health_json.disks) {
@for (disk of satellite.system_health_json.disks; track $index) {
{{ t('Disk') }} {{ disk.mountpoint }} {{ disk.used }} / {{ disk.size }} ({{ disk.use_percentage }}%)
@switch (disk.state) { @case ('critical') { } @case ('warning') { } @default { } }
} }
{{ satellite.system_health_json.naemonstats.NUMHOSTS }} {{ satellite.system_health_json.naemonstats.NUMSERVICES }} {{ satellite.last_update }}
} @if (result && result.all_satellite_information.length === 0) { } @if (result && result.all_satellite_information) { } @if (result) { }