Bugfix in integrations/setup/template (#16142)
Fotis Voutsas committed
Oct 6, 2023 at 11:41 UTC
ff3cbef2b54627b41af1f94681f08851ec3d29dd
1 file changed
+4
-4
integrations/templates/setup/sample-netdata-config.md
+4
-4
@@ -1,10 +1,10 @@
1
The file format is a modified INI syntax. The general structure is:
2
3
-```toml
3
+```ini
4
[section1]
5
- option 1 = some value
6
- option 2 = some other value
5
+ option1 = some value
6
+ option2 = some other value
7
8
[section2]
9
- option 3 = some third value
9
+ option3 = some third value
10
```