X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=5098fbe001eb916d676e2cc4fdc433155adf775c;hb=3accc892f047146145d93791ec1246515fe308ba;hp=03b163ef80e145f340d5ddd817dda0c65fecf1cc;hpb=2e83c3305afd17cdb75da4247ece858078d2c56b;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 03b163ef..5098fbe0 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -9445,6 +9445,7 @@ Synopsis: LogSendErrors true Prefix "collectd" UseTags false + ReverseHost false @@ -9556,6 +9557,30 @@ are not used. Default value: B. +=item B B|B + +If set to B, the (dot separated) parts of the B field of the +I will be rewritten in reverse order. The rewrite happens I +special characters are replaced with the B. + +This option might be convenient if the metrics are presented with Graphite in a +DNS like tree structure (probably without replacing dots in hostnames). + +Example: + Hostname "node3.cluster1.example.com" + LoadPlugin "cpu" + LoadPlugin "write_graphite" + + + EscapeCharacter "." + ReverseHost true + + + + result on the wire: com.example.cluster1.node3.cpu-0.cpu-idle 99.900993 1543010932 + +Default value: B. + =back =head2 Plugin C