|
|
@if (fields[0]) {
{{ t('State') }} | } @if (fields[1]) {
|
}
@if (fields[2]) {
|
}
@if (fields[3]) {
|
}
@if (fields[4]) {
|
}
@if (fields[5]) {
P | } @if (fields[6]) {
|
}
@if (fields[7]) {
{{ t('Host') }}
/
{{ t('Service') }}
|
}
@if (fields[8]) {
{{ t('Service type') }} | } @if (fields[9]) {{{ t('Service description') }} | } @if (fields[10]) {{{ t('Last state change') }} | } @if (fields[11]) {{{ t('Last check') }} | } @if (fields[12]) {{{ t('Next check') }} | } @if (fields[13]) {{{ t('Service output') }} | }
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|||||||||||||||
|
|
@if (fields[0]) {
|
}
@if (fields[1]) {
@if (service.Servicestatus.problemHasBeenAcknowledged) {
@if (service.Servicestatus.problemHasBeenAcknowledged) {
}
@if (service.Servicestatus.problemHasBeenAcknowledged && service.Servicestatus.acknowledgement_type == AcknowledgementTypes.Normal) {
|
}
@if (fields[2]) {
@if (service.Servicestatus.scheduledDowntimeDepth && service.Servicestatus.scheduledDowntimeDepth > 0) {
|
}
@if (fields[3]) {
@if (service.Servicestatus.notifications_enabled) {
|
}
@if (fields[4]) {
@if (service.Service.has_graph) {
|
}
@if (fields[5]) {
@if (!service.Service.active_checks_enabled || service.Host.is_satellite_host) { P } | } @if (fields[6]) {
|
}
@if (fields[7]) {
{{ service.Service.servicename }} {{ service.Service.servicename }} | } @if (fields[8]) {{{ service.ServiceType.title }} | } @if (fields[9]) {{{ service.Service.description }} | } @if (fields[10]) {{{ service.Servicestatus.last_state_change }} | } @if (fields[11]) {{{ service.Servicestatus.lastCheck }} | } @if (fields[12]) {{{ service.Servicestatus.nextCheck }} | } @if (fields[13]) {} |
|