Estado do Sistema

@if (health) { @for (componentHealth of health.components | keyvalue; track componentHealth.key) { } }
Nome do Serviço Estado Details
{{ { diskSpace: 'Espaço em disco', mail: 'Email', livenessState: 'Liveness state', readinessState: 'Readiness state', ping: 'Application', db: 'Base de dados' }[componentHealth.key] || componentHealth.key }} {{ { UNKNOWN: 'UNKNOWN', UP: 'UP', OUT_OF_SERVICE: 'OUT_OF_SERVICE', DOWN: 'DOWN' }[ componentHealth.value?.status ?? 'UNKNOWN' ] }} @if (componentHealth.value!.details) { }