0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-28 22:52:30 +00:00
netdata_netdata/integrations/templates/setup/sample-netdata-config.md
2023-10-06 11:41:17 +03:00

10 lines
190 B
Markdown

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
```