|
{{ t('Up') }}
|
{{ t('Down') }}
|
{{ t('Unreachable') }}
|
@for (hostSummaryRowLabel of hostSummaryRowLabels; track hostSummaryRowLabel) {
| {{ hostSummaryRowLabel.label }} |
@if (hostSummaryRowLabel.key !== 'total') {
@for (key of GetKeys(hostgroupSummeryState['hosts'][hostSummaryRowLabel.key]); track key) {
@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') }}
|
@for (hostSummaryRowLabel of hostSummaryRowLabels; track hostSummaryRowLabel) {
| {{ hostSummaryRowLabel.label }} |
@if (hostSummaryRowLabel.key !== 'total') {
@for (key of GetKeys(hostgroupSummeryState['services'][hostSummaryRowLabel.key]); track key) {
@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'] }}
|