Code

Merge pull request #1765 from vincentbernat/fix/kafka-partition-selection
[collectd.git] / src / collectd.conf.pod
index 37a4d6b6f476cee1b7733467df35543be6381d39..fffef712f424d86c0b8557e53b89de85bd13ec1e 100644 (file)
@@ -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<UseSerial> B<true>|B<false>
+
+A disk's kernel name (e.g., sda) can change from one boot to the next. If this
+option is enabled, the C<smart> 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<snmp>