{{ t('Agent checks') }} {{ t('overview') }}
{{ t('Go to Service templates') }}
{{ t('Filter') }}
@if (!agentchecks) { } @if (agentchecks) { @for (agentcheck of agentchecks.all_agentchecks; track agentcheck) { }
{{ t('Agent check name') }} {{ t('Plugin name') }} {{ t('Service template name') }}
{{ agentcheck.name }} {{ agentcheck.plugin_name }} {{ agentcheck.servicetemplate.template_name }} {{ t('Edit') }} @if (agentcheck.allow_edit) {
  • } @if (agentcheck.allow_edit) { {{ t('Delete') }} }
    } @if (agentchecks && agentchecks.all_agentchecks.length === 0) { } @if (agentchecks && agentchecks.all_agentchecks) {
    @if (agentchecks) { } }