diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /integrations/templates | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'integrations/templates')
-rw-r--r-- | integrations/templates/metrics.md | 2 | ||||
-rw-r--r-- | integrations/templates/overview.md | 2 | ||||
-rw-r--r-- | integrations/templates/overview/authentication.md | 9 | ||||
-rw-r--r-- | integrations/templates/setup.md | 6 |
4 files changed, 15 insertions, 4 deletions
diff --git a/integrations/templates/metrics.md b/integrations/templates/metrics.md index 8a75d7317..0d5be7b67 100644 --- a/integrations/templates/metrics.md +++ b/integrations/templates/metrics.md @@ -2,7 +2,7 @@ ## Metrics [% if entry.metrics.folding.enabled and not clean %] -{% details summary="[[ entry.metrics.folding.title ]]" %} +{% details open=true summary="[[ entry.metrics.folding.title ]]" %} [% endif %] Metrics grouped by *scope*. 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 %] diff --git a/integrations/templates/overview/authentication.md b/integrations/templates/overview/authentication.md new file mode 100644 index 000000000..f7fa77520 --- /dev/null +++ b/integrations/templates/overview/authentication.md @@ -0,0 +1,9 @@ +# [[ entry.meta.name ]] + +[[ entry.overview.authentication_description ]] +[% if entry.overview.authentication_limitations %] + +## Limitations + +[[ entry.overview.authentication_limitations ]] +[% endif %] diff --git a/integrations/templates/setup.md b/integrations/templates/setup.md index 1f15c1da3..1c41e8cf9 100644 --- a/integrations/templates/setup.md +++ b/integrations/templates/setup.md @@ -45,7 +45,7 @@ Configuration for this specific integration is located in the `[[ entry.setup.co [% endif %] You can edit the configuration file using the `edit-config` script from the -Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory). +Netdata [config directory](/docs/netdata-agent/configuration/README.md#the-netdata-config-directory). ```bash cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata @@ -60,7 +60,7 @@ There is no configuration file. [% if entry.setup.configuration.options.list %] [% if entry.setup.configuration.options.folding.enabled and not clean %] -{% details summary="[[ entry.setup.configuration.options.folding.title ]]" %} +{% details open=true summary="[[ entry.setup.configuration.options.folding.title ]]" %} [% endif %] | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| @@ -92,7 +92,7 @@ There are no configuration options. [[ example.description ]] [% if example.folding.enabled and not clean %] -{% details summary="[[ entry.setup.configuration.examples.folding.title ]]" %} +{% details open=true summary="[[ entry.setup.configuration.examples.folding.title ]]" %} [% endif %] ```yaml [[ example.config ]] |