{{ 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('Information may be not complete') }}
{{ t('This list will only show openITCOCKPIT Monitoring Agents, which are running in push mode and are related to the Import Module.') }} {{ t('In case the Import Module is not in use, this list is probably empty.') }}
@if (!agents) { } @if (agents) { @for (agent of agents.agents; track agent) { }
{{ t('Assigned host') }} {{ t('Agent UUID') }} {{ t('Agent Hostname') }} {{ t('Agent IP address') }} {{ t('Remote address') }} {{ t('Last update') }} {{ t('Satellite') }}
@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 }} {{ agent.Satellites.name }} @if (agent.allow_edit && agent.Hosts?.id) { {{ t('Edit') }} } {{ t('Show received data') }} @if (agent.allow_edit) {
  • } @if (agent.allow_edit) { {{ t('Delete') }} }
    } @if (agents && agents.agents.length === 0) { } @if (agents && agents.agents) {
    @if (agents) { } }