netdata/netdata

View on GitHub
integrations/templates/setup/sample-netdata-config.md

Summary

Maintainability
Test Coverage
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
```