0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-15 10:04:15 +00:00
netdata_netdata/integrations/templates/overview.md
Fotis Voutsas 0ab7826301
Remove the overview section from cloud notif. integrations ()
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-10-14 08:23:50 +00:00

9 lines
378 B
Markdown

[% if entry.integration_type == 'collector' %]
[% include 'overview/collector.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' %]
[% endif %]