X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd.conf.pod;fp=src%2Fcollectd.conf.pod;h=70ed9bce5bb246994423b726e065cf805e4c767f;hp=56be262c1abd445477c027d82060d8e0c06d529e;hb=b167ebe5bbd250659b21177414671e6fdb1b3bd0;hpb=549064e21ce99efb8d93083a936dd4adebf3f839 diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 56be262c..70ed9bce 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1959,6 +1959,7 @@ C<_stats> runtime statistics module of I + AddressFamily "any" Instance "httpd" Type "http_requests" @@ -2003,6 +2004,18 @@ The following options are valid within B blocks: =over 4 +=item B I + +IP version to resolve URL to. Useful in cases when hostname in URL resolves +to both IPv4 and IPv6 addresses, and you are interested in using one of them +specifically. +Use C to enforce IPv4, C to enforce IPv6, or C to keep the +default behavior of resolving addresses to all IP versions your system allows. +If C is compiled without IPv6 support, using C will result in +a warning and fallback to C. +If C cannot be parsed, a warning will be printed and the whole B +block will be ignored. + =item B I Use I as the host name when submitting values. Defaults to the global