summaryrefslogtreecommitdiffstats
path: root/collectors/node.d.plugin
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2019-09-18 06:52:34 -0700
committerGitHub <noreply@github.com>2019-09-18 06:52:34 -0700
commit217cd7b939218cf00b11addd6a75df1468c32ee5 (patch)
treee4f25b0f0dd6ec840adf5b739b27e3ef4f311cc5 /collectors/node.d.plugin
parentce5acb7437c2d33127c8e3743b6ea1249417b338 (diff)
Markdown syntax fixes for MDX parser (#6877)
* Fix to configuration guide doc * Fix to SNMP README * Another fix to SNMP README
Diffstat (limited to 'collectors/node.d.plugin')
-rw-r--r--collectors/node.d.plugin/snmp/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/collectors/node.d.plugin/snmp/README.md b/collectors/node.d.plugin/snmp/README.md
index 8fd66edb73..96cf31115b 100644
--- a/collectors/node.d.plugin/snmp/README.md
+++ b/collectors/node.d.plugin/snmp/README.md
@@ -96,8 +96,8 @@ In this example:
<details markdown="1"><summary><b>Caution: Counter64 metrics do not support `offset` (issue #5028).</b></summary>
The SNMP plugin supports Counter64 metrics with the only limitation that the `offset` parameter should not be defined. Due to the way Javascript handles large numbers and the fact that the offset is applied to metrics inside the plugin, the offset will be ignored silently.
-</details>
-<br>
+</details>
+
If you need to define many charts using incremental OIDs, you can use something like this:
```json
@@ -356,8 +356,7 @@ This switch has a very slow SNMP processors. To respond, it needs about 8 second
}
}
}
- }
- ]
+ }],
}
```