{{ t('Dashboard') }} {{ t('status overview') }}
{{ t('Total Hosts') }}

{{ dashboardsIndex.hostCount }}

{{ dashboardsIndex.hostCount }}

{{ t('Up') }}

{{ dashboardsIndex.hostSummaryState.up }}

{{ hostsUpPercent }}%

{{ t('Up') }}

{{ dashboardsIndex.hostSummaryState.up }}

{{ hostsUpPercent }}%

{{ t('Down') }}

{{ dashboardsIndex.hostSummaryState.down }}

{{ hostsDownPercent }}%

{{ t('Down') }}

{{ dashboardsIndex.hostSummaryState.down }}

{{ hostsDownPercent }}%

{{ t('Unreachable') }}

{{ dashboardsIndex.hostSummaryState.unreachable }}

{{ hostsUnreachablePercent }} %

{{ t('Unreachable') }}

{{ dashboardsIndex.hostSummaryState.unreachable }}

{{ hostsUnreachablePercent }} %

{{ t('Total Services') }}

{{ dashboardsIndex.serviceCount }}

{{ dashboardsIndex.serviceCount }}

{{ t('Ok') }}

{{ dashboardsIndex.serviceSummaryState.ok }}

{{ servicesOkPercent }}%

{{ t('Ok') }}

{{ dashboardsIndex.serviceSummaryState.ok }}

{{ servicesOkPercent }}%

{{ t('Warning') }}

{{ dashboardsIndex.serviceSummaryState.warning }}

{{ servicesWarningPercent }} %

{{ t('Warning') }}

{{ dashboardsIndex.serviceSummaryState.warning }}

{{ servicesWarningPercent }} %

{{ t('Critical') }}

{{ dashboardsIndex.serviceSummaryState.critical }}

{{ servicesCriticalPercent }} %

{{ t('Critical') }}

{{ dashboardsIndex.serviceSummaryState.critical }}

{{ servicesCriticalPercent }} %

{{ t('Unknown') }}

{{ dashboardsIndex.serviceSummaryState.unknown }}

{{ servicesUnknownPercent }} %

{{ t('Unknown') }}

{{ dashboardsIndex.serviceSummaryState.unknown }}

{{ servicesUnknownPercent }} %

@if (PermissionsService.hasPermissionObservable(['hosts', 'index'])|async) { {{ t('Unhandled Host Problems') }} ({{ hostsUnhandledCount }}) } @else { {{ t('Unhandled Host Problems') }} ({{ hostsUnhandledCount }}) }
{{ t('Unhandled Hosts') }}
@if (PermissionsService.hasPermissionObservable(['hosts', 'index'])|async) { {{ dashboardsIndex.hostStatusCounts.not_handled[1] }} } @else { {{ dashboardsIndex.hostStatusCounts.not_handled[1] }} }
@if (PermissionsService.hasPermissionObservable(['hosts', 'index'])|async) { {{ dashboardsIndex.hostStatusCounts.not_handled[2] }} } @else { {{ dashboardsIndex.hostStatusCounts.not_handled[2] }} }
{{ t('Acknowledgments') }}
@if (PermissionsService.hasPermissionObservable(['hosts', 'index'])|async) { {{ dashboardsIndex.hostStatusCounts.acknowledged[1] }} } @else { {{ dashboardsIndex.hostStatusCounts.acknowledged[1] }} }
@if (PermissionsService.hasPermissionObservable(['hosts', 'index'])|async) { {{ dashboardsIndex.hostStatusCounts.acknowledged[2] }} } @else { {{ dashboardsIndex.hostStatusCounts.acknowledged[2] }} }
{{ t('Downtimes') }}
@if (PermissionsService.hasPermissionObservable(['hosts', 'index'])|async) { {{ dashboardsIndex.hostStatusCounts.in_downtime[1] }} } @else { {{ dashboardsIndex.hostStatusCounts.in_downtime[1] }} }
@if (PermissionsService.hasPermissionObservable(['hosts', 'index'])|async) { {{ dashboardsIndex.hostStatusCounts.in_downtime[2] }} } @else { {{ dashboardsIndex.hostStatusCounts.in_downtime[2] }} }
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ t('Unhandled Service Problems') }} ({{ servicesUnhandledCount }}) } @else { {{ t('Unhandled Service Problems') }} ({{ servicesUnhandledCount }}) }
{{ t('Unhandled Services') }}
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ dashboardsIndex.serviceStatusCounts.not_handled[1] }} } @else { {{ dashboardsIndex.serviceStatusCounts.not_handled[1] }} }
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ dashboardsIndex.serviceStatusCounts.not_handled[2] }} } @else { {{ dashboardsIndex.serviceStatusCounts.not_handled[2] }} }
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ dashboardsIndex.serviceStatusCounts.not_handled[3] }} } @else { {{ dashboardsIndex.serviceStatusCounts.not_handled[3] }} }
{{ t('Acknowledgments') }}
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ dashboardsIndex.serviceStatusCounts.acknowledged[1] }} } @else { {{ dashboardsIndex.serviceStatusCounts.acknowledged[1] }} }
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ dashboardsIndex.serviceStatusCounts.acknowledged[2] }} } @else { {{ dashboardsIndex.serviceStatusCounts.acknowledged[2] }} }
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ dashboardsIndex.serviceStatusCounts.acknowledged[3] }} } @else { {{ dashboardsIndex.serviceStatusCounts.acknowledged[3] }} }
{{ t('Downtimes') }}
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ dashboardsIndex.serviceStatusCounts.in_downtime[1] }} } @else { {{ dashboardsIndex.serviceStatusCounts.in_downtime[1] }} }
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ dashboardsIndex.serviceStatusCounts.in_downtime[2] }} } @else { {{ dashboardsIndex.serviceStatusCounts.in_downtime[2] }} }
@if (PermissionsService.hasPermissionObservable(['services', 'index'])|async) { {{ dashboardsIndex.serviceStatusCounts.in_downtime[3] }} } @else { {{ dashboardsIndex.serviceStatusCounts.in_downtime[3] }} }