[modules/sensors2] Alternate sensor module
Show all sensor data reported by sensors -u and color widget with warning/critical if sensor limits are exceeded. fixes #326
This commit is contained in:
parent
fd7e709b5a
commit
0d9b3113f4
5 changed files with 156 additions and 2 deletions
|
@ -114,6 +114,11 @@
|
|||
"sensors": {
|
||||
"prefix": ""
|
||||
},
|
||||
"sensors2": {
|
||||
"temp": { "prefix": "" },
|
||||
"fan": { "prefix": "" },
|
||||
"cpu": { "prefix": "" }
|
||||
},
|
||||
"traffic":{
|
||||
"rx": { "prefix": "" },
|
||||
"tx": { "prefix": "" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue