X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-snmp.pod;h=f83c60b9ff002a3ebc635d73b6cd12602cf69762;hb=be121194cc100248d3f306bb3f658899b8da39fe;hp=edb95060f2baea9015056a038901d06f6a79cd81;hpb=1b10ab706f8b70ce2f086e59a54cc09d671ad989;p=collectd.git diff --git a/src/collectd-snmp.pod b/src/collectd-snmp.pod index edb95060..f83c60b9 100644 --- a/src/collectd-snmp.pod +++ b/src/collectd-snmp.pod @@ -36,6 +36,8 @@ collectd-snmp - Documentation of collectd's C Community "community_string" Collect "std_traffic" Interval 120 + Timeout 10 + Retries 1 Address "192.168.0.42" @@ -60,6 +62,8 @@ collectd-snmp - Documentation of collectd's C Community "more_communities" Collect "powerplus_voltge_input" Interval 300 + Timeout 5 + Retries 5 @@ -78,7 +82,7 @@ and ten threads are used. =head1 CONFIGURATION Since the aim of the C is to provide a generic interface to SNMP, -it's configuration is not trivial and may take some time. +its configuration is not trivial and may take some time. Since the C library is used you can use all the environment variables that are interpreted by that package. See L for more details. @@ -137,6 +141,11 @@ Since the semantic of B and B depends on this setting you need to set it before setting them. Doing vice verse will result in undefined behavior. +=item B I + +Use I as the plugin name of the values that are dispatched. +Defaults to C. + =item B I Sets the type-instance of the values that are dispatched. The meaning of this @@ -281,6 +290,15 @@ switches, embedded devices, rack monitoring systems and so on. Since the B of generated RRD files depends on this setting it's wise to select a reasonable value once and never change it. +=item B I + +How long to wait for a response. The C library default is 1 second. + +=item B I + +The number of times that a query should be retried after the Timeout expires. +The C library default is 5. + =back =head1 SEE ALSO