{{ t('Instant reports') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('Type') }}
{{ t('Type') }}
@if (!instantreports) { } @if (instantreports) { @for (instantreport of instantreports.instantreports; track instantreport) { }
{{ t('Name') }} {{ t('Type') }} {{ t('Evaluation') }} {{ t('Time period') }} {{ t('Summary display') }} {{ t('Consider downtimes') }} {{ t('Send interval') }} {{ t('Send to') }}
{{ instantreport.Instantreport.name }} @if (instantreport.Instantreport.type === InstantreportObjectTypes.Hostgroups) { {{ t('Host groups') }} } @if (instantreport.Instantreport.type === InstantreportObjectTypes.Hosts) { {{ t('Hosts') }} } @if (instantreport.Instantreport.type === InstantreportObjectTypes.Servicegroups) { {{ t('Service groups') }} } @if (instantreport.Instantreport.type === InstantreportObjectTypes.Services) { {{ t('Services') }} } @if (instantreport.Instantreport.evaluation === InstantreportEvaluationTypes.Hosts) { {{ t('Hosts') }} } @if (instantreport.Instantreport.evaluation === InstantreportEvaluationTypes.HostAndServices) { {{ t('Hosts and services') }} } @if (instantreport.Instantreport.evaluation === InstantreportEvaluationTypes.Services) { {{ t('Services') }} } {{ instantreport.Timeperiod.name }} @if (instantreport.Instantreport.summary === 1) { {{ t('Yes') }} } @if (instantreport.Instantreport.summary === 0) { {{ t('No') }} } @if (instantreport.Instantreport.downtimes === 1) { {{ t('Yes') }} } @if (instantreport.Instantreport.downtimes === 0) { {{ t('No') }} } @switch (instantreport.Instantreport.send_interval) { @case (0) { {{ t('NEVER') }} } @case (1) { {{ t('DAY') }} } @case (2) { {{ t('WEEK') }} } @case (3) { {{ t('MONTH') }} } @case (4) { {{ t('YEAR') }} } }
    @for (user of instantreport.User; track user) {
  • {{ user.firstname }} {{ user.lastname }}
  • }
@if (instantreport.allowEdit) { {{ t('Edit') }} } {{ t('Generate') }} @if (instantreport.allowEdit) {
  • } @if (instantreport.allowEdit) { {{ t('Delete') }} }
    } @if (instantreports && instantreports.instantreports.length === 0) { } @if (instantreports && instantreports.instantreports) {
    } @if (instantreports) { }
    {{ t('Instant Reports provide a percentage-based analysis of the availability of individual hosts and services. These reports are available in HTML or PDF format and can be automatically sent via email.') }}