{{ t('This host is currently disabled!') }}
{{ t('Check command') }} | @if (PermissionsService.hasPermissionObservable(['commands', 'edit'])|async) { {{ result.checkCommand.Command.name }} } @else { {{ result.checkCommand.Command.name }} } |
{{ t('Command line') }} |
{{ result.mergedHost.hostCommandLine }}
|
{{ t('Output') }} | |
{{ t('Last time') }}
|
{{ result.hoststatus.last_time_up }} |
{{ t('Check period') }} |
|
{{ t('Check interval') }} | {{ result.mergedHost.checkIntervalHuman }} |
{{ t('Retry interval') }} | {{ result.mergedHost.retryIntervalHuman }} |
{{ t('Parent host state') }} | {{ t('Parent host name') }} | {{ t('Last state change') }} |
---|---|---|
|
{{ parenthost.name }} | {{ result.parentHostStatus[String(parenthost.uuid)].last_state_change }} |
{{ t('Contacts') }} |
@if (( PermissionsService.hasPermissionObservable(['contacts', 'edit'])|async ) && contact.allowEdit) {
{{ contact.name }}
} @else {
{{ contact.name }}
}
|
{{ t('Contact groups') }} |
@if (( PermissionsService.hasPermissionObservable(['contactgroups', 'edit'])|async ) && contactgroup.allowEdit) {
{{ contactgroup.container.name }}
} @else {
{{ contactgroup.container.name }}
}
|
{{ t('Notification period') }} |
|
{{ t('Notification interval') }} | {{ result.mergedHost.notificationIntervalHuman }} |
{{ t('Notification enabled') }} |
@if (result.hoststatus.notifications_enabled) {
|
{{ t('Notify on') }} |
@if (result.mergedHost.notify_on_recovery) {
|
{{ t('IP address') }} |
|
{{ t('Flap detection enabled') }} |
@if (result.hoststatus.flap_detection_enabled) {
|
{{ t('Priority') }} |
|
{{ t('UUID') }} |
{{ result.mergedHost.uuid }}
|
{{ t('Container') }} | @if (PermissionsService.hasPermissionObservable(['browsers', 'index'])|async) { / {{ container.name }} {{ container.name }} } @else { / {{ container.name }} } |
{{ t('Shared containers') }} |
@if (PermissionsService.hasPermissionObservable(['browsers', 'index'])|async) {
/
{{ container.name }}
{{ container.name }}
} @else {
/
{{ container.name }}
}
|
{{ t('Tags') }} |
|
{{ t('Satellite') }} |
|
{{ t('Satellite') }} | {{ result.masterInstanceName }} |
{{ t('Notes') }} | {{ result.mergedHost.notes }} |
{{ t('Description') }} | {{ result.mergedHost.description }} |
{{ t('Used by') }} |
@if (PermissionsService.hasPermissionObservable(['hosts', 'usedBy'])|async) {
0">
|