summaryrefslogtreecommitdiffstats
path: root/integrations/templates/setup/sample-netdata-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/templates/setup/sample-netdata-config.md')
-rw-r--r--integrations/templates/setup/sample-netdata-config.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/integrations/templates/setup/sample-netdata-config.md b/integrations/templates/setup/sample-netdata-config.md
new file mode 100644
index 00000000..bff5dcfa
--- /dev/null
+++ b/integrations/templates/setup/sample-netdata-config.md
@@ -0,0 +1,10 @@
+The file format is a modified INI syntax. The general structure is:
+
+```ini
+[section1]
+ option1 = some value
+ option2 = some other value
+
+[section2]
+ option3 = some third value
+```