summaryrefslogtreecommitdiffstats
path: root/integrations/templates/setup.md
diff options
context:
space:
mode:
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 1c41e8cf..2cac9ec7 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