summaryrefslogtreecommitdiffstats
path: root/integrations/templates/setup.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:33:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:34:10 +0000
commit83ba6762cc43d9db581b979bb5e3445669e46cc2 (patch)
tree2e69833b43f791ed253a7a20318b767ebe56cdb8 /integrations/templates/setup.md
parentReleasing debian version 1.47.5-1. (diff)
downloadnetdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.tar.xz
netdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.zip
Merging upstream version 2.0.3+dfsg (Closes: #923993, #1042533, #1045145).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'integrations/templates/setup.md')
-rw-r--r--integrations/templates/setup.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/integrations/templates/setup.md b/integrations/templates/setup.md
index 1c41e8cf9..2cac9ec7f 100644
--- a/integrations/templates/setup.md
+++ b/integrations/templates/setup.md
@@ -1,4 +1,14 @@
## Setup
+[% if entry.integration_type == 'logs' %]
+
+## Prerequisites
+
+[[ entry.setup.prerequisites.description]]
+
+## Configuration
+
+There is no configuration needed for this integration.
+[% else %]
[% if entry.setup.description %]
[[ entry.setup.description ]]
@@ -44,7 +54,7 @@ Configuration for this specific integration is located in the `[[ entry.setup.co
[% include 'setup/sample-netdata-config.md' %]
[% endif %]
-You can edit the configuration file using the `edit-config` script from the
+You can edit the configuration file using the [`edit-config`](/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
Netdata [config directory](/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
```bash
@@ -106,3 +116,4 @@ There are no configuration examples.
[% endif %]
[% endif %]
+[% endif %] \ No newline at end of file