X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=353a5062c92823cf32b22162386c87ab2028d569;hp=0cc9a7c87070e779807a1424a96f8a84e395055b;hb=7045c4b543304ffabaa30a2ca9183489e75eafe3;hpb=00d5fc4af0f1750cbaddaab8c7e29907840e3f7f diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 0cc9a7c8..353a5062 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -9585,6 +9585,7 @@ Synopsis: LogSendErrors true Prefix "collectd" UseTags false + ReverseHost false @@ -9696,6 +9697,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