X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectd.conf.pod;h=04c654a1f6dec57e5ad6e12d4da4105c02398424;hb=8ea52acd8b66648475a886bc40546e36fe3518c6;hp=37a4d6b6f476cee1b7733467df35543be6381d39;hpb=a77a72e4e0af9507794355070d02471c29dbd77f;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 37a4d6b6..04c654a1 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6464,6 +6464,14 @@ 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 @@ -7801,11 +7809,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.