From 49564f32c626484a8e2106b4bf5cd8fefd6c248f Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 5 Oct 2023 18:26:39 +0200 Subject: [PATCH] feat: update config --- src/de/p1st/monitor/data/yodaTux.ini | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/de/p1st/monitor/data/yodaTux.ini b/src/de/p1st/monitor/data/yodaTux.ini index 980e3cc..4754838 100644 --- a/src/de/p1st/monitor/data/yodaTux.ini +++ b/src/de/p1st/monitor/data/yodaTux.ini @@ -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