summaryrefslogtreecommitdiffstats
path: root/collectors/proc.plugin
diff options
context:
space:
mode:
authorNetdata bot <43409846+netdatabot@users.noreply.github.com>2023-10-06 11:49:12 +0300
committerGitHub <noreply@github.com>2023-10-06 11:49:12 +0300
commitbde15bbc489ae7eaceee28697f314e986d0a9f0f (patch)
treebf295df3dc2ca1197e09bd240cfc992cc795f2b7 /collectors/proc.plugin
parentff3cbef2b54627b41af1f94681f08851ec3d29dd (diff)
Regenerate integrations.js (#16138)
Diffstat (limited to 'collectors/proc.plugin')
-rw-r--r--collectors/proc.plugin/integrations/system_statistics.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/collectors/proc.plugin/integrations/system_statistics.md b/collectors/proc.plugin/integrations/system_statistics.md
index 7f0b146121..71c6684187 100644
--- a/collectors/proc.plugin/integrations/system_statistics.md
+++ b/collectors/proc.plugin/integrations/system_statistics.md
@@ -137,13 +137,13 @@ Configuration for this specific integration is located in the `plugin:proc:/proc
The file format is a modified INI syntax. The general structure is:
-```toml
+```ini
[section1]
- option 1 = some value
- option 2 = some other value
+ option1 = some value
+ option2 = some other value
[section2]
- option 3 = some third value
+ option3 = some third value
```
You can edit the configuration file using the `edit-config` script from the
Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).