X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=f7531cd8805ae575f140c82eabd6ecfd3fb8d54e;hb=6f4e737d0e88e41e94d422f54509f12cac365be6;hp=f3f2f48f7bb266cb056f36e4cbe6d8bc48c737a0;hpb=9a9d3f9ca9e26aa0dd3eb61a75a0729b915190a1;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index f3f2f48f..f7531cd8 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1682,6 +1682,7 @@ Required capabilities are documented below. + Interval 30 GetIO "volume0" IgnoreSelectedIO false GetOps "volume0" @@ -1691,11 +1692,12 @@ Required capabilities are documented below. - Capacity "vol0" - Capacity "vol1" + Interval 30 + GetCapacity "vol0" + GetCapacity "vol1" IgnoreSelectedCapacity false - Snapshot "vol1" - Snapshot "vol3" + GetSnapshot "vol1" + GetSnapshot "vol3" IgnoreSelectedSnapshot false @@ -1775,16 +1777,10 @@ The following options are valid inside all blocks: =over 4 -=item B I - -The host specific interval between data collections is multiplied by this value -for collecting these data. - -Optional - -Type: integer +=item B I -Default: 1 +Collect the respective statistics every I seconds. Defaults to the +host specific setting. =back @@ -1984,6 +1980,10 @@ I capability. =over 4 +=item B I + +Collect volume performance data every I seconds. + =item B I =item B I @@ -2035,7 +2035,11 @@ capability. =over 4 -=item B I +=item B I + +Collect volume usage statistics every I seconds. + +=item B I The current capacity of the volume will be collected. This will result in two to four value lists, depending on the configuration of the volume. All data @@ -2057,23 +2061,34 @@ Repeat this option to specify multiple volumes. =item B B|B -Specify whether to collect only the volumes selected by the B option -or to ignore those volumes. B defaults to B. -However, if no B option is specified at all, all capacities will be -selected anyway. +Specify whether to collect only the volumes selected by the B +option or to ignore those volumes. B defaults to +B. However, if no B option is specified at all, all +capacities will be selected anyway. + +=item B I + +Select volumes from which to collect snapshot information. -=item B I +Usually, the space used for snapshots is included in the space reported as +"used". If snapshot information is collected as well, the space used for +snapshots is subtracted from the used space. -B Select volumes from which to collect snapshot information. +To make things even more interesting, it is possible to reserve space to be +used for snapshots. If the space required for snapshots is less than that +reserved space, there is "reserved free" and "reserved used" space in addition +to "free" and "used". If the space required for snapshots exceeds the reserved +space, that part allocated in the normal space is subtracted from the "used" +space again. Repeat this option to specify multiple volumes. =item B -Specify whether to collect only the volumes selected by the B option -or to ignore those volumes. B defaults to B. -However, if no B option is specified at all, all capacities will be -selected anyway. +Specify whether to collect only the volumes selected by the B +option or to ignore those volumes. B defaults to +B. However, if no B option is specified at all, all +capacities will be selected anyway. =back