From 990f4cfdf78760e8a1c2e30184fc2bab05205360 Mon Sep 17 00:00:00 2001 From: Jeff Curless <52426490+JeffCurless@users.noreply.github.com> Date: Sun, 2 Nov 2025 18:01:46 -0500 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03a45ab..412ed9d 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,27 @@ Two monitoring applications: ### oneUpMon Monitor the use of system resources, graphically -- [ ] Modify code to support multiple Drives for read/write rate and temperature -- [ ] Add support for not moitoring some drives. For instance, monitor a raid device for performance, but not temperature +- [X] Modify code to support multiple Drives for read/write rate and temperature +- [X] Add support for not moitoring some drives. For instance, monitor a raid device for performance, but not temperature +- [X] Add support for additional arguements to the smartctl command + +This monitor will automatically pull in all drives for performance and temperature monitoring. In order to ignore some drives, you need to create the file "/etc/sysmon.inilk, +as an example: + +``` +[performance] +ignore=mmcblk0 + +[temperature] +ignore=mmcblk0 + +# +# Modify the smartctl command being used, on a per drive basis. This is for other systems +# +[smartctl] +sda=-d sat + +``` ### simple_monitor A simple monitor that dislays some system utilization