Update README.md
This commit is contained in:
23
README.md
23
README.md
@@ -38,8 +38,27 @@ Two monitoring applications:
|
|||||||
### oneUpMon
|
### oneUpMon
|
||||||
Monitor the use of system resources, graphically
|
Monitor the use of system resources, graphically
|
||||||
|
|
||||||
- [ ] Modify code to support multiple Drives for read/write rate and temperature
|
- [X] 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] 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
|
### simple_monitor
|
||||||
A simple monitor that dislays some system utilization
|
A simple monitor that dislays some system utilization
|
||||||
|
|||||||
Reference in New Issue
Block a user