X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectd.conf.pod;h=67ee0a934d788fc19d3e5d1b03ac43d9f0c965a8;hb=d83bdb92ce4dbda05dcb7112c4e9fea1a17a3e22;hp=de5dc983cc4522ebfffd5eef00e9d08111fee6c3;hpb=cb90ca86e2c9b797b292ecf26ac4220355a30a4d;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index de5dc983..67ee0a93 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7194,6 +7194,7 @@ B Plugin "memory" + #PluginInstance "some" Type "memory" TypeInstance "free" OIDs "1.3.6.1.4.1.2021.4.6.0" @@ -7237,6 +7238,12 @@ scalar data type B has no effect and can be omitted. Read plugin name whose collected data will be mapped to specified OIDs. +=item B I + +Read plugin instance whose collected data will be mapped to specified OIDs. +The field is optional and by default there is no plugin instance check. +Allowed only if B block defines scalar data type. + =item B I Collectd's type that is to be used for specified OID, e.Eg. "if_octets" @@ -7249,9 +7256,9 @@ Collectd's type-instance that is to be used for specified OID. =item B I [I ...] Configures the OIDs to be handled by I plugin. Values for these OIDs -are taken from collectd data type specified by B, B, -B fields of this B block. Number of the OIDs configured -should correspond to number of values in specified B. +are taken from collectd data type specified by B, B, +B, B fields of this B block. Number of the OIDs +configured should correspond to number of values in specified B. For example two OIDs "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets" can be mapped to "rx" and "tx" values of "if_octets" type.