mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-11-23 19:49:32 +01:00
feat: update config
This commit is contained in:
parent
267461e0bc
commit
49564f32c6
@ -70,9 +70,14 @@ warn_if_above = 0.1
|
||||
|
||||
|
||||
[drive.1]
|
||||
; Either `uuid` or `device` must be given.
|
||||
;uuid =
|
||||
device = /dev/nvme0n1p3
|
||||
; Either `uuid`, `id` or `device` must be given.
|
||||
;
|
||||
; `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.
|
||||
; Unit: °C
|
||||
|
Loading…
Reference in New Issue
Block a user