X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=64be99e23a5742639e59f65b2450ee0b20927fba;hb=f46301fdc32e9cd13a757dbc005d2b66d5188193;hp=1310c50d754bcbef6cdce361eeb341960f5dc46c;hpb=a5dc46700b069994d91b92fb46c8b2c2a1468c34;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 1310c50d..64be99e2 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7773,6 +7773,8 @@ option is set to 0, refreshing is disabled completely. =item B I +=item B B|B + =item B I =item B B|B @@ -7798,6 +7800,55 @@ Example: Ignore all I devices on any domain, but other block devices (eg. I) will be collected. +If I is set to B, then the device names will be the ones +in the I node for the device in the XML definition of the domain. The +default is B. This is the behavior before adding the option. + +If I is set to B, then the device names will be the ones +in the I node for the device in the XML definition of the domain. + +Example: + +If the domain XML have the following device defined: + + + + + + +
+ + +setting + + BlockDeviceFormat target + +will name the device in the graph as C + +setting + + BlockDeviceFormat source + +will name the device in the graph as C + +These names will also be part of the RRD filename. + +=item B B|B + +I - this option is honored if and only if +option I is set to B. If set to B then +only the last part of the path will be used for device name and naming the +RRD file. + +Example: + +if the device path (source tag) is: C + +setting: + BlockDeviceFormatBasename true + +will set the device name to: C + =item B B When the virt plugin logs data, it sets the hostname of the collected data