summaryrefslogtreecommitdiffstats
path: root/collectors/node.d.plugin
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-23 11:22:03 +0200
committerGitHub <noreply@github.com>2019-09-23 11:22:03 +0200
commit344d3ed9c3dcf03afd06ec1c8b82891426e8d4f1 (patch)
tree96cc1d4acccd50fcc4804229623fab7576644f1c /collectors/node.d.plugin
parent60e21cda913e889e7ce83e915830cc42798be37b (diff)
Improve documentation for the SNMP collector (#6915)
Specify the permitted characters in charts and dimensions
Diffstat (limited to 'collectors/node.d.plugin')
-rw-r--r--collectors/node.d.plugin/snmp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/node.d.plugin/snmp/README.md b/collectors/node.d.plugin/snmp/README.md
index 96cf31115b..c661bac8c1 100644
--- a/collectors/node.d.plugin/snmp/README.md
+++ b/collectors/node.d.plugin/snmp/README.md
@@ -19,7 +19,7 @@ In this example:
- the SNMP device is `10.11.12.8`.
- the SNMP community is `public`.
- we will update the values every 10 seconds (`update_every: 10` under the server `10.11.12.8`).
-- we define 2 charts `snmp_switch.bandwidth_port1` and `snmp_switch.bandwidth_port2`, each having 2 dimensions: `in` and `out`.
+- we define 2 charts `snmp_switch.bandwidth_port1` and `snmp_switch.bandwidth_port2`, each having 2 dimensions: `in` and `out`. Note that the charts and dimensions must not contain any white space or special characters, other than `.` and `_`.
```json
{