X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-snmp.pod;h=5e99ba335bb9ab96118882037e1385c2ef14b2b5;hb=f22e31f058941a4d3f72a98d4d24264c07afd080;hp=90b5c0edfcfeb7e20b3d859ca0247e3722e053ba;hpb=23cd5d3cbbd2381b20738f2568147585cbb0b3a0;p=collectd.git diff --git a/src/collectd-snmp.pod b/src/collectd-snmp.pod index 90b5c0ed..5e99ba33 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 @@ -262,10 +264,12 @@ This value is not applied to counter-values. =item B I [, I ...] -The ignore values allows one to ignore Instances based on their name and the -patterns specified by the various values you've entered. The match is a +The ignore values allows one to ignore TypeInstances based on their name and +the patterns specified by the various values you've entered. The match is a glob-type shell matching. +When B is set to I then this option has no effect. + =item B I The invertmatch value should be use in combination of the Ignore option. @@ -336,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 @@ -344,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 ...] @@ -369,6 +373,10 @@ 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 + +Configures the size of SNMP bulk transfers. The default is 0, which disables bulk transfers altogether. + =back =head1 SEE ALSO