Commit Graph

201 Commits

Author SHA1 Message Date
eremem
dbc892bdc1
Merge pull request #35 from Meliox/integration-eremem
Detect missing or unrecoverable sensors output
2024-05-11 15:03:07 +02:00
rmm
a6a5581c59 Detect missing or unrecoverable sensors output 2024-05-11 15:02:41 +02:00
eremem
6274322901
Merge pull request #34 from Meliox/integration-eremem
Extend CPU temperature readings
2024-05-11 13:11:11 +02:00
rmm
2a7e2deb16 Sanitize "sensors -j" JSON output, add support for multiple CPUs 2024-05-11 13:08:45 +02:00
rmm
aeea8e89bc Fix grammar issue/typo in readme.md 2024-04-27 09:17:07 +02:00
eremem
d5f78e7b49
Merge pull request #31 from Meliox/integration-eremem
Make host summary view panel collapsible
2024-04-27 09:13:49 +02:00
rmm
b59dc52d57 Make host summary view panel collapsible 2024-04-27 09:12:53 +02:00
rmm
6c32e78808 Adjust temperature limits' comparison 2024-04-26 19:21:02 +02:00
eremem
c2cf636986
Merge pull request #30 from Meliox/integration-eremem
Show in color when temperatures exceed critical values
2024-04-26 19:12:12 +02:00
rmm
0c2138ccf2 Show in color when temperatures exceed critical values 2024-04-26 19:11:44 +02:00
eremem
551959f23b
Merge pull request #29 from Meliox/integration-eremem
Rename pve-mod-gui-temp.sh to pve-mod-gui-sensors.sh, update readme and screenshot
2024-04-26 09:17:41 +02:00
rmm
2f05163369 Multiple changes:
- Rename pve-mod-gui-temp.sh to pve-mod-gui-sensors.sh
- Update readme and screenshot
2024-04-26 09:13:47 +02:00
eremem
ab5fd56002
Merge pull request #28 from Meliox/integration-eremem
Add missing JS code escaping for the fan speeds
2024-04-25 19:14:09 +02:00
rmm
6dcfbfb624 Add missing JS code escaping for the fan speeds 2024-04-25 19:13:23 +02:00
eremem
8a36118d9d
Merge pull request #27 from Meliox/integration-eremem
Fix previous incomplete partial merge
2024-04-25 17:31:14 +02:00
rmm
bfee536031 Fix incomplete partial merge 2024-04-25 17:30:19 +02:00
eremem
03da3ce41f
Merge pull request #26 from Meliox/integration-eremem
Rephrase thermal references to sensor-related
2024-04-25 17:16:12 +02:00
eremem
807e977809
Merge branch 'main' into integration-eremem 2024-04-25 17:15:18 +02:00
rmm
f1f499a96a Multiple changes:
- Rephrase thermal state to sensors output & temperatures display to sensors display
- Update supported PVE versions in readme.md
2024-04-25 17:13:03 +02:00
Meliox
d3559c1e7f
Implement fan speeds (#25)
(feat): Display fanspeeds if they are available
2024-04-20 13:31:04 +02:00
eremem
d9e6a9c539
Merge pull request #24 from Meliox/integration-eremem
Check execution status of the sensors command
2024-04-14 13:20:05 +02:00
rmm
0bfab4688a Check execution status of the sensors command 2024-04-14 13:15:45 +02:00
eremem
a463a73d3b
Merge pull request #23 from Meliox/integration-eremem
Host summary layout optimization
2024-04-12 15:09:57 +02:00
eremem
d43912a64f
Merge branch 'main' into integration-eremem 2024-04-12 15:09:05 +02:00
rmm
9d6592dee7 Move node summary box into its own container 2024-02-27 22:00:24 +01:00
rmm
f2bc76d1b3 Improve layout of thermal state items
- move CPU summary item and make it to a logical group for CPU temperatures
- add a new group/header for drives temperatures
- disable the default limit of items per row (can be still set if needed)
2024-02-25 12:52:53 +01:00
rmm
22dc406d70 Merge with master 2024-02-25 12:50:06 +01:00
Meliox
908f54aba5
Update readme.md
Add version compability for proxmox 8.1
2023-11-25 09:05:58 +01:00
eremem
3d030b8383
Merge pull request #15 from Meliox/integration-eremem
Remove "?" behind CPU temp. if no core index found in sensors output
2023-09-26 14:33:01 +02:00
rmm
6e4daf2ce1 Remove "?" behind CPU temp. if no core index found in sensors output 2023-09-23 10:41:00 +02:00
Meliox
f4e7aa4455
Update readme.md 2023-07-18 21:51:38 +02:00
Meliox
bc6161711c
Update readme.md 2023-07-18 21:51:12 +02:00
Meliox
50eabbbb26 Change pct to full path for all uses to make it functional for cron
Small restructures
2023-07-18 21:43:47 +02:00
rmm
4b0c868ccf Helper script for triggering all mod scripts 2023-07-18 18:25:44 +02:00
rmm
e3ab9c4496 Nag screen removal 2023-07-18 18:24:51 +02:00
rmm
a02b30ff93 fixup! Minor format adjustments 2023-07-09 19:52:48 +02:00
rmm
7431473858 Minor format adjustments:
- Added missing quotation marks to a warning msg
- Adjusted sed program for better readability
2023-07-09 19:45:45 +02:00
Meliox
d2373bf287
Update readme.md
Correct download url in install instructions. Closes #6
2023-07-08 22:44:56 +02:00
Meliox
b642d4c102
Ask user for input for CPU configuration (#4)
* More flexible CPU detection. Ask user to input correct parameters. Examples are presented to guide the user
* Amd temps are by default limited to "Tccd" whereas Intel is "Cores"
* Rework indexing of all temperature items. CPU temps will be presented in the order presented from lm-sensors
* Dynamically add temps and only show temps that are available (CPU, HDD, SSD, NVMe)
* Change default backup location to same location as the script
* Reworked script output messages
* Many code quality improvements
* Visual improvements temp display in proxmox gui
Resolves #1 , #3, #5 

---------

Co-authored-by: Meliox
Co-authored-by: rmm
2023-07-08 22:36:44 +02:00
Meliox
496b250ca3 Some code cleanup
Enable copying of backup files
2023-06-27 20:16:56 +02:00
R.M.M
1469e64ba7
Dynamic display of temperatures for all CPU cores, NVMe drives and HDD/SSDs (#2)
* Dynamic temperatures display for all CPU cores and NVMe drives.
* Panel height made adjustable.
* Degree sign added.
* Vertical alignment set to 'top' for all rows in the panel.
* Support for HDD/SSD temparatures added (requires kernel module drivetemp).
* Move sensor config to beginning of script.
* Warn user if drivetemp kernal module is not installed
* Save sensor -j reading into a single variable that all temps are read from
* Update readme to new changes
2023-06-27 20:13:41 +02:00
Meliox
f3fcec1a44
Update readme.md 2023-06-25 13:09:13 +02:00
Meliox
d15b5d4eda
Update readme.md 2023-06-25 13:08:50 +02:00
Meliox
d87a2cec7b
Create updateallcontainers.sh
Add bash script to update all containers
2023-06-25 13:03:26 +02:00
Meliox
bbeff75c74
Update pve-mod-gui-temp.sh
Add function to install lm-sensors during installation process
2023-04-26 18:01:06 +02:00
Meliox
a7f8e70d6b
Update readme.md 2023-04-24 20:50:53 +02:00
Meliox
948d1c07c3
Update readme.md 2023-04-24 20:40:43 +02:00
Meliox
c07b23d0d6
Update readme.md 2023-04-24 20:40:22 +02:00
Meliox
525836ef01
Delete pve-mods.md 2023-04-24 20:39:33 +02:00
Meliox
00bde7046a
Add files via upload 2023-04-24 20:39:12 +02:00