{{ t('External ID') }} {{ selectedNode.key }}

{{ selectedNode.hostgroup.Containers.name }} {{ selectedNode.hostgroup.Containers.name }}
@if (hostSummaryRowLabel.key !== 'total') { } @if (hostSummaryRowLabel.key !== 'total') { }
{{ 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'] }}