{{ t('External ID') }} {{ selectedNode.key }} @if (selectedNode.external_link) { }

@if (selectedNode.hostgroup) {
{{ selectedNode.hostgroup.Containers.name }} {{ selectedNode.hostgroup.Containers.name }}
} @for (hostSummaryRowLabel of hostSummaryRowLabels; track hostSummaryRowLabel) { @if (hostSummaryRowLabel.key !== 'total') { @for (key of GetKeys(hostgroupSummeryState['hosts'][hostSummaryRowLabel.key]); track key) { } } } @for (hostSummaryRowLabel of hostSummaryRowLabels; track hostSummaryRowLabel) { @if (hostSummaryRowLabel.key !== 'total') { @for (key of GetKeys(hostgroupSummeryState['services'][hostSummaryRowLabel.key]); track key) { } } }
{{ t('Up') }} {{ t('Down') }} {{ t('Unreachable') }}
{{ hostSummaryRowLabel.label }} @if (key !== 'hostIds') { @if (hostgroupSummeryState['hosts'][hostSummaryRowLabel.key][key] > 0) { {{ hostgroupSummeryState['hosts'][hostSummaryRowLabel.key][key] }} {{ hostgroupSummeryState['hosts'][hostSummaryRowLabel.key][key] }} } @else { --- } }
{{ t('TOTAL:') }} {{ hostgroupSummeryState['hosts']['total'] }}
{{ t('Ok') }} {{ t('Warning') }} {{ t('Critical') }} {{ t('Unknown') }}
{{ hostSummaryRowLabel.label }} @if (key !== 'serviceIds') { @if (hostgroupSummeryState['services'][hostSummaryRowLabel.key][key] > 0) { {{ hostgroupSummeryState['services'][hostSummaryRowLabel.key][key] }} {{ hostgroupSummeryState['services'][hostSummaryRowLabel.key][key] }} } @else { --- } }
{{ t('TOTAL:') }} {{ hostgroupSummeryState['services']['total'] }}