Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata-1
netdata-1
/
integrations
/
templates
/
setup
/
sample-netdata-config.md
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
md
10 lines
190 Bytes
Rendered
Copy permalink
Copy
Raw
1
The file format is a modified INI syntax. The general structure is:
2
3
```
ini
4
[section1]
5
option1
=
some value
6
option2
=
some other value
7
8
[section2]
9
option3
=
some third value
10
```