summaryrefslogtreecommitdiffstats
path: root/integrations/templates/setup/sample-netdata-config.md
blob: bff5dcfae4c56262011e3473d69f88c949b089ab (plain)
1
2
3
4
5
6
7
8
9
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
```