X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd-snmp.pod;h=c4e184bc6e19ec6fe30a1226b85547a72f85ddf4;hp=9d508d1742639733f245732a77d1019dacaba151;hb=68f5ffca7b4dd1f3039404c8381e22e057a7bde7;hpb=7c9d772c992647fcba64a96800c146eb9f1647f8 diff --git a/src/collectd-snmp.pod b/src/collectd-snmp.pod index 9d508d17..c4e184bc 100644 --- a/src/collectd-snmp.pod +++ b/src/collectd-snmp.pod @@ -76,9 +76,11 @@ internal format and dispatches them. Depending on the write plugins you have loaded they may be written to disk or submitted to another instance or whatever you configured. -Because querying a host via SNMP may produce a timeout multiple threads are -used to query hosts in parallel. Depending on the number of hosts between one -and ten threads are used. +Because querying a host via SNMP may produce a timeout the "complex reads" +polling method is used. The ReadThreads parameter in the main configuration +influences the number of parallel polling jobs which can be undertaken. If +you expect timeouts or some polling to take a long time, you should increase +this parameter. Note that other plugins also use the same threads. =head1 CONFIGURATION @@ -338,7 +340,7 @@ Selects the authentication protocol for SNMPv3 security. =item B I -Sets the authentication passphrase for SNMPv3 security. +Sets the authentication passphrase for SNMPv3 security. =item B I|I @@ -346,7 +348,7 @@ Selects the privacy (encryption) protocol for SNMPv3 security. =item B I -Sets the privacy (encryption) passphrase for SNMPv3 security. +Sets the privacy (encryption) passphrase for SNMPv3 security. =item B I [I ...] @@ -371,6 +373,13 @@ How long to wait for a response. The C library default is 1 second. The number of times that a query should be retried after the Timeout expires. The C library default is 5. +=item B I + +This option activate and configure snmp bulk transfers. For B data it allows +the host to send multiple values per query. Only available for SNMP v2 and greater, this +usually allow for more efficient querying and faster data transferts. +The default is 0/disabled. + =back =head1 SEE ALSO