Back to Netdata

Overview

integrations/templates/overview.md

2.10.3545 B
Original Source

[% if entry.integration_type == 'collector' %] [% include 'overview/collector.md' %] [% elif entry.integration_type == 'secretstore' %] [% include 'overview/secretstore.md' %] [% elif entry.integration_type == 'exporter' %] [% include 'overview/exporter.md' %] [% elif entry.integration_type == 'agent_notification' %] [% include 'overview/notification.md' %] [% elif entry.integration_type == 'authentication' %] [% include 'overview/authentication.md' %] [% elif entry.integration_type == 'logs' %] [% include 'overview/logs.md' %] [% endif %]