{{ t('Checkmk special agents') }} {{ t('overview') }}
{{ t('Special agents') }} {{ t('Agent downloads') }}
{{ t('Filter') }}
@if (!agents) { } @if (agents) { @for (agent of agents.all_agents; track agent) { }
{{ t('Agent name') }} {{ t('Description') }} {{ t('Command') }}
{{ agent.Mkagent.name }} {{ agent.Mkagent.description }} {{ agent.Mkagent.command_line }} {{ t('Edit') }}
  • {{ t('Delete') }}
    } @if (agents && agents.all_agents.length === 0) { } @if (agents && agents.all_agents) {
    } @if (agents) { }