X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=ac06547f2724002ef3d4f004e4395e899631d166;hb=b599cc64d3ba270fb9fb7116631a01b7404f1a9b;hp=32738dc6db2abc51c9568c5e1ebd29b853d4a27d;hpb=97ee626c2b4c68e24f030dec21ee652f61923d85;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 32738dc6..ac06547f 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6468,6 +6468,22 @@ collected. If at least one B option is given and no B or set to B, B matching disks will be collected. If B is set to B, all disks are collected B the ones matched. +=item B B|B + +Normally, the C plugin will ignore disks that are reported to be asleep. +This option disables the sleep mode check and allows the plugin to collect data +from these disks anyway. This is useful in cases where libatasmart mistakenly +reports disks as asleep because it has not been updated to incorporate support +for newer idle states in the ATA spec. + +=item B B|B + +A disk's kernel name (e.g., sda) can change from one boot to the next. If this +option is enabled, the C plugin will use the disk's serial number (e.g., +HGST_HUH728080ALE600_2EJ8VH8X) instead of the kernel name as the key for +storing data. This ensures that the data for a given disk will be kept together +even if the kernel name changes. + =back =head2 Plugin C @@ -7805,11 +7821,12 @@ Define which SSL protocol version must be used. By default C will attempt to figure out the remote SSL protocol version. See L for more details. -=item B B|B +=item B B|B|B Format of the output to generate. If set to B, will create output that is understood by the I and I plugins. When set to B, will -create output in the I (JSON). +create output in the I (JSON). When set to KAIROSDB +, will create output in the KairosDB format. Defaults to B.