{{ t('Generate auto report') }}
{{ report.autoreport.name }} {{ report.autoreport_data.evaluation_time.start_human }} - {{ report.autoreport_data.evaluation_time.end_human }}
{{ t('Configuration') }} {{ t('Report') }}
@if (report_error) { {{ report_error.message }}
  • {{ errorObject.name }}
    • {{ servicename }}
}

{{ t('Evaluated time period') }}

@if (this.PermissionsService.hasPermissionObservable(['timeperiods', 'edit'])|async) { {{ report.autoreport.timeperiod.name }} } @else { {{ report.autoreport.timeperiod.name }} } {{ timerange.weekday }} {{ timerange.start }} - {{ timerange.end }}
logo

{{ t('Availability overview') }}

{{ t('Maximum allowed outage duration') }} {{ t('Measured outage duration ') }}
{{ t('Percentage') }} {{ report.autoreport_data.max_outages_time_in_percent | number: '1.3-3' }} % {{ report.autoreport_data.total_outage_time_percentage | number: '1.3-3' }} % {{ t('PASSED') }} {{ t('FAILED') }}
{{ t('Minutes') }} {{ report.autoreport_data.max_outages_time_in_seconds_human }} {{ report.autoreport_data.total_outage_time_human }} {{ t('PASSED') }} {{ t('FAILED') }}

{{ t('Outages overview') }}

{{ t('Maximum allowed number of outages') }} {{ t('Measured number of outages') }}
{{ report.autoreport.max_number_of_outages }} {{ report.autoreport_data.total_outage_count }} {{ t('PASSED') }} {{ t('FAILED') }}

{{ t('Evaluated host and services') }}

{{ t('Name') }} {{ t('Availability ') }}
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.value.Host.name }} } @else { {{ host.value.Host.name }} }
{{ host.value.Host.state_overview.percent_availability | number: '1.3-3' }} %
{{ t('No historical data available ') }}
{{ t('PASSED') }} {{ t('FAILED') }}
@if (this.PermissionsService.hasPermissionObservable(['services', 'browser'])|async) { {{ service.value.Service.name }} } @else { {{ service.value.Service.name }} }
{{ service.value.Service.state_overview.percent_availability | number: '1.3-3' }} %
{{ t('No historical data available ') }}
{{ t('PASSED') }} {{ t('FAILED') }}

{{ t('SLA overview') }}

{{ t('Host and service details') }}

@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.value.Host.name }} } @else { {{ host.value.Host.name }} }   - {{ host.value.Host.description }} {{ host.value.Host.state_overview.percent_up | number: '1.3-3' }} % {{ host.value.Host.state_overview.human_up }} {{ host.value.Host.state_overview.percent_down | number: '1.3-3' }} % {{ host.value.Host.state_overview.human_down }} {{ host.value.Host.state_overview.percent_unreachable | number: '1.3-3' }} % {{ host.value.Host.state_overview.human_unreachable }} {{ t('Outages of at least {0} min', { '0': host.value.Host.outage_duration }) }} {{ t('Outage time exceeding the permitted limit ({0} min)', { '0': host.value.Host.outage_duration }) }} {{ outage.start }} - {{ outage.end }} {{ outage.duration_str }} {{ t('Outage time exceeding the permitted limit ({0} min)', { '0': host.value.Host.outage_duration }) }} {{ t('Host outage in downtime') }} {{ outage.start }} - {{ outage.end }} {{ outage.duration_str }} {{ t('Host downtimes') }} {{ downtime.start }} - {{ downtime.end }} {{ downtime.duration_str }} {{ downtime.comment_data }} @if (this.PermissionsService.hasPermissionObservable(['services', 'browser'])|async) { {{ service.value.Service.name }} } @else { {{ service.value.Service.name }} } {{ service.value.Service.state_overview.percent_ok | number: '1.3-3' }} % {{ service.value.Service.state_overview.human_ok }} {{ service.value.Service.state_overview.percent_warning | number: '1.3-3' }} % {{ service.value.Service.state_overview.human_warning }} {{ service.value.Service.state_overview.percent_critical | number: '1.3-3' }} % {{ service.value.Service.state_overview.human_critical }} {{ service.value.Service.state_overview.percent_unknown | number: '1.3-3' }} % {{ service.value.Service.state_overview.human_unknown }}
Missing chart image
{{ t('Outages of at least {0} min', { '0': service.value.Service.outage_duration }) }} {{ t('Outage time exceeding the permitted limit ({0} min)', { '0': service.value.Service.outage_duration }) }} {{ outage.start }} - {{ outage.end }} {{ outage.duration_str }} {{ t('Service outage in downtime exceeding the permitted limit') }} {{ service.value.Service.outage_duration }} {{ t('min') }} {{ t('Service outage in downtime') }}
{{ outage.start }} - {{ outage.end }}
{{ outage.duration_str }}
{{ t('Service downtimes') }} {{ downtime.start }} - {{ downtime.end }} {{ downtime.duration_str }} {{ downtime.comment_data }}