summaryrefslogtreecommitdiffstats
path: root/collectors/debugfs.plugin/integrations/linux_zswap.md
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/debugfs.plugin/integrations/linux_zswap.md
parentff3cbef2b54627b41af1f94681f08851ec3d29dd (diff)
Regenerate integrations.js (#16138)
Diffstat (limited to 'collectors/debugfs.plugin/integrations/linux_zswap.md')
-rw-r--r--collectors/debugfs.plugin/integrations/linux_zswap.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/collectors/debugfs.plugin/integrations/linux_zswap.md b/collectors/debugfs.plugin/integrations/linux_zswap.md
index e23148865a..82a64a9809 100644
--- a/collectors/debugfs.plugin/integrations/linux_zswap.md
+++ b/collectors/debugfs.plugin/integrations/linux_zswap.md
@@ -99,13 +99,13 @@ Configuration for this specific integration is located in the `[plugin:debugfs]`
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).
@@ -122,7 +122,7 @@ sudo ./edit-config netdata.conf
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
-| update every | Data collection frequency. | | False |
+| update every | Data collection frequency. | 1 | False |
| command options | Additinal parameters for collector | | False |
</details>