| {{ 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('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 }}%)
}
@if (satellite.system_health_json.memory) {
@switch (satellite.system_health_json.memory.memory.state) {
@case ('critical') {
{{ 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 }}%)
}
@if (satellite.system_health_json.disks) {
@switch (satellite.system_health_json.memory.swap.state) {
@case ('critical') {
@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') {
|
{{ satellite.system_health_json.naemonstats.NUMHOSTS }} | {{ satellite.system_health_json.naemonstats.NUMSERVICES }} | {{ satellite.last_update }} |