summaryrefslogtreecommitdiffstats
path: root/integrations/templates/setup.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 14:45:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 14:48:03 +0000
commite55403ed71282d7bfd8b56df219de3c28a8af064 (patch)
tree524889e5becb81643bf8741e3082955dca076f09 /integrations/templates/setup.md
parentReleasing debian version 1.47.5-1. (diff)
downloadnetdata-e55403ed71282d7bfd8b56df219de3c28a8af064.tar.xz
netdata-e55403ed71282d7bfd8b56df219de3c28a8af064.zip
Merging upstream version 2.0.3+dfsg:
- does not include dygraphs anymore (Closes: #923993) - does not include pako anymore (Closes: #1042533) - does not include dashboard binaries anymore (Closes: #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