{{ t('Agents overview') }} {{ t('Push mode') }}
{{ t('Pull') }} {{ t('Push') }} @if (( PermissionsService.hasModuleObservable('DistributeModule') | async ) && ( PermissionsService.hasModuleObservable('ImportModule') | async )) {
{{ t('Push via Satellite (Import Module)') }}
}
{{ t('Filter') }}
{{ t('Host assignments') }}
{{ t('Assigned host') }} {{ t('Agent UUID') }} {{ t('Agent Hostname') }} {{ t('Agent IP address') }} {{ t('Remote address') }} {{ t('Last update') }}
@if (agent.Hosts && agent.Hosts.id) { {{ agent.Hosts.name }} } @else { {{ t('No host assignment defined') }} } {{ agent.uuid }} {{ agent.hostname }} {{ agent.ipaddress }} {{ agent.http_x_forwarded_for ? agent.http_x_forwarded_for : agent.remote_address }} {{ agent.last_update }} @if (agent.Hosts && agent.Hosts.id) { {{ t('Edit') }} {{ t('Show received data') }}
  • {{ t('Delete') }}
    } @else { {{ t('Assign to host') }} {{ t('Show received data') }}
  • {{ t('Delete') }}
    }