feat: update config

This commit is contained in:
Daniel Langbein 2023-10-05 18:26:39 +02:00
parent 267461e0bc
commit 49564f32c6
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -70,9 +70,14 @@ warn_if_above = 0.1
[drive.1] [drive.1]
; Either `uuid` or `device` must be given. ; Either `uuid`, `id` or `device` must be given.
;uuid = ;
device = /dev/nvme0n1p3 ; `uuid` as in /dev/disk/by-uuid/*
;uuid = ea7099e3-320d-4eb3-a4c3-9910a9af817b
; `id` as in /dev/disk/by-id/*
id = nvme-XPG_GAMMIX_S50_Lite_2K462L2JN9KG
; device as in /dev/*
;device = /dev/nvme0n1p2
; Warn if temperature is above this value. ; Warn if temperature is above this value.
; Unit: °C ; Unit: °C