add oid_index_suffix to snmp plugin

This commit is contained in:
Patrick Hemmer
2016-09-17 23:08:00 -04:00
committed by Cameron Sparr
parent 2778b7be30
commit 055ef168ae
4 changed files with 49 additions and 18 deletions

View File

@@ -136,6 +136,9 @@ Output measurement name.
* `oid`:
OID to get. May be a numeric or textual OID.
* `oid_index_suffix`:
The OID sub-identifier to strip off so that the index can be matched against other fields in the table.
* `name`:
Output field/tag name.
If not specified, it defaults to the value of `oid`. If `oid` is numeric, an attempt to translate the numeric OID into a texual OID will be made.