diff options
Diffstat (limited to 'integrations/templates/setup/sample-netdata-config.md')
-rw-r--r-- | integrations/templates/setup/sample-netdata-config.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/integrations/templates/setup/sample-netdata-config.md b/integrations/templates/setup/sample-netdata-config.md new file mode 100644 index 000000000..429f71167 --- /dev/null +++ b/integrations/templates/setup/sample-netdata-config.md @@ -0,0 +1,10 @@ +The file format is a modified INI syntax. The general structure is: + +```toml +[section1] + option 1 = some value + option 2 = some other value + +[section2] + option 3 = some third value +``` |