diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:53:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:53:08 +0000 |
commit | 6a1900e8bd84c282a500ae4032645ae55c614b7b (patch) | |
tree | d4d31289c39fc00da064a825df13a0b98ce95b10 /integrations/templates/overview.md | |
parent | Adding upstream version 1.45.3+dfsg. (diff) | |
download | netdata-51e89ed3b2eb6a0b40c93366a00daa66027994dc.tar.xz netdata-51e89ed3b2eb6a0b40c93366a00daa66027994dc.zip |
Adding upstream version 1.46.3.upstream/1.46.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'integrations/templates/overview.md')
-rw-r--r-- | integrations/templates/overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integrations/templates/overview.md b/integrations/templates/overview.md index b89e51543..3063b6860 100644 --- a/integrations/templates/overview.md +++ b/integrations/templates/overview.md @@ -4,4 +4,6 @@ [% include 'overview/exporter.md' %] [% elif entry.integration_type == 'notification' %] [% include 'overview/notification.md' %] +[% elif entry.integration_type == 'authentication' %] +[% include 'overview/authentication.md' %] [% endif %] |