{{ t('This service is currently disabled!') }}
| {{ t('User') }} | {{ t('Start time') }} | {{ t('End time') }} | {{ t('Comment') }} | {{ t('Cancel') }} |
|---|---|---|---|---|
| {{ downtime.authorName }} | {{ downtime.scheduledStartTime }} | {{ downtime.scheduledEndTime }} | {{ downtime.commentData }} |
@if (downtime.allowEdit && downtime.isCancellable) {
|
| {{ t('User') }} | {{ t('Start time') }} | {{ t('End time') }} | {{ t('Comment') }} | {{ t('Cancel') }} |
|---|---|---|---|---|
| {{ downtime.authorName }} | {{ downtime.scheduledStartTime }} | {{ downtime.scheduledEndTime }} | {{ downtime.commentData }} |
@if (downtime.allowEdit && downtime.isCancellable) {
|
| {{ t('Check command') }} | @if (PermissionsService.hasPermissionObservable(['commands', 'edit'])|async) { {{ result.checkCommand.Command.name }} } @else { {{ result.checkCommand.Command.name }} } |
| {{ t('Command line') }} |
{{ result.mergedService.serviceCommandLine }}
|
| {{ t('Output') }} | |
| {{ t('Performance data') }} |
{{ result.servicestatus.perfdata }}
|
|
{{ t('Last time') }}
|
{{ result.servicestatus.last_time_ok }} |
| {{ t('Check period') }} |
|
| {{ t('Check interval') }} | {{ result.mergedService.checkIntervalHuman }} |
| {{ t('Retry interval') }} | {{ result.mergedService.retryIntervalHuman }} |
| {{ t('Host state') }} | {{ t('Host name') }} | {{ t('Last state change') }} |
|---|---|---|
|
@if (result.hoststatus) {
|
@if (PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ result.host.Host.hostname }} } @else { {{ result.host.Host.hostname }} } | {{ result.hoststatus.last_state_change }} |
| {{ t('Contacts') }} |
@for (contact of result.mergedService.contacts; track contact) {
@if (( PermissionsService.hasPermissionObservable(['contacts', 'edit']) |async ) && contact.allowEdit) {
{{ contact.name }}
} @else {
{{ contact.name }}
}
}
|
| {{ t('Contact groups') }} |
@for (contactgroup of result.mergedService.contactgroups; track contactgroup) {
@if (( PermissionsService.hasPermissionObservable(['contactgroups', 'edit']) |async ) && contactgroup.allowEdit) {
{{ contactgroup.container.name }}
} @else {
{{ contactgroup.container.name }}
}
}
|
| {{ t('Notification period') }} |
|
| {{ t('Notification interval') }} | {{ result.mergedService.notificationIntervalHuman }} |
| {{ t('Notification enabled') }} |
@if (result.servicestatus.notifications_enabled) {
|
| {{ t('Notify on') }} |
@if (result.mergedService.notify_on_recovery) {
|
| {{ t('Host ip address') }} |
|
| {{ t('Flap detection enabled') }} |
@if (result.servicestatus.flap_detection_enabled) {
|
| {{ t('Priority') }} |
@for (priority of priorities; track priority) {
|
| {{ t('Host UUID') }} |
{{ result.host.Host.uuid }}
|
| {{ t('Service UUID') }} |
{{ result.mergedService.uuid }}
|
| {{ t('Service type') }} |
|
| {{ t('Container') }} | @if (PermissionsService.hasPermissionObservable(['browsers', 'index'])|async) { @for (container of result.mainContainer; track container) { / @if (container.id != null) { {{ container.name }} } @if (container.id === null) { {{ container.name }} } } } @else { @for (container of result.mainContainer; track container) { / {{ container.name }} } } |
| {{ t('Shared containers') }} |
@if (PermissionsService.hasPermissionObservable(['browsers', 'index'])|async) {
@for (sharing of result.sharedContainers |keyvalue; track sharing) {
@for (container of sharing.value; track container) {
/
@if (container.id != null) {
{{ container.name }}
}
@if (container.id === null) {
{{ container.name }}
}
}
}
} @else {
@for (sharing of result.sharedContainers |keyvalue; track sharing) {
@for (container of sharing.value; track container) {
/
{{ container.name }}
}
}
}
|
| {{ t('Tags') }} |
@for (tag of tags; track tag) {
|
| {{ t('Satellite') }} |
|
| {{ t('Satellite') }} | {{ result.masterInstanceName }} |
| {{ t('Notes') }} | {{ result.mergedService.notes }} |
| {{ t('Description') }} | {{ result.mergedService.description }} |
| {{ t('Used by') }} |
@if (PermissionsService.hasPermissionObservable(['services', 'usedBy'])|async) {
@if (result.objects.Instantreports.length > 0) {
|