Svilen
19d1e7ca09
feat: NVIDIA GPU temperature support (thermalGpu widget)
...
Adds GPU detection via nvidia-smi during install, injects per-GPU temps into
$res->{sensorsOutput} from a Perl block in Nodes.pm, and adds a thermalGpu
ExtJS widget that renders 'GPU Thermal State' on the node summary page.
Format: each GPU appears as 'GPU<idx> <model>' under the sensors JSON with
{Adapter: 'NVIDIA', GPU Core: {temp1_input: <celsius>}}. Widget filters keys
starting with 'GPU', sorts, and prints temps with a color threshold (yellow
≥85°C, red ≥95°C). Skips host gracefully if nvidia-smi is missing.
Tested on Proxmox 9 with 2x RTX 3090.
2026-05-03 02:43:27 +03:00
Stefano Stella
6a27678594
Fix NA UPS values by moving upsConnection scope to parent function ( resolves #141 ) ( #142 )
2025-10-11 09:43:22 +02:00
Meliox
b2bf77dad3
Don't change default UPS text response colour to white ( #143 )
2025-10-11 09:27:15 +02:00
Meliox
bb56097710
Fix duplicate sodimm fan keys dectection, setup and visualisation ( #133 , #136 , #113 )
2025-09-15 20:31:19 +02:00
Meliox
67338aabbd
minor follow up ( #131 )
2025-09-08 21:47:32 +02:00
Meliox
88aab675a8
Correct typo and identation in nodes.pm ( #129 )
2025-09-08 20:56:33 +02:00
Meliox
b61a6d332e
Fix upsc data retrieval ( #126 )
2025-09-07 01:26:28 +02:00
Meliox
f3903df64f
fix incorrect identation ( #124 )
2025-09-07 01:26:14 +02:00
Meliox
9cf74c0614
Adds support for 2 die AMD cpu ( #125 )
2025-09-07 00:27:03 +02:00
Meliox
4d75d471fe
Forgot some gui changes ( #123 )
2025-09-06 23:25:31 +02:00
Meliox
41bde4d4ea
Make UPS be disable as default selection ( #122 )
2025-09-06 23:19:00 +02:00
Meliox
98319ead87
Major script refactor ( #120 )
...
Adds a minor fix to #113
Refactors messages
Refactors many sed commands to heredoc making then much easier to maintain
2025-09-06 23:12:39 +02:00
Meliox
6b4d6c4489
Add support for UPS information
2025-09-06 14:32:10 +02:00
Meliox
56f717450c
Make installation safer ( #94 )
2025-09-06 14:15:41 +02:00
Meliox
9a6320b4a8
Fix invalid JSON SODIMM sensors output from lm-sensors ( #113 )
2025-09-06 12:26:42 +02:00
Meliox
b26b83d3bf
Fix invalid JSON NAN output from lm-sensors
2025-09-06 08:26:27 +02:00
Meliox
e8af05c770
Correct the sanitizer regex ( #109 )
2025-08-07 21:13:24 +02:00
Meliox
2202159585
check_root_privileges when installing sensor mod ( #111 )
2025-08-07 11:55:42 +02:00
Meliox
14b2ee607e
Add support for intel E and P cores ( #107 )
2025-08-06 15:57:55 +02:00
Gleb
c90c2028fd
Add Tdie entry for older AMD CPUs ( #103 )
2025-08-06 14:12:31 +02:00
Meliox
4c78930373
Fix sensors JSON output to formatted version - only comtible with proxmox 9 and onwards( #106 )
2025-08-06 14:06:44 +02:00
Meliox
51ab839c41
Verify backup files are created and identifical implements part of ( #94 )
...
Co-authored-by: Meliox <na>
2025-04-06 08:56:40 +02:00
Meliox
213a870228
fix double detection of AMD cpus leading to wrong cpu detected
...
fixes #92
2025-04-06 08:35:20 +02:00
Meliox
981c781868
Fix sensor detection when only cpu is present
...
Co-authored-by: Meliox <na>
2025-03-02 20:40:01 +01:00
まっする
3cb1ac83b9
[pve-mod-gui-sensors.sh] support for mixed core cluster ( #81 )
...
* * Fixed to render correctly even if INTEL and AMD core nodes are mixed in the cluster.
* Fixed the behavior of forcing configuration before being told "Mod is already installed".
* Add motherboard information as an option in System Information settings.
* Update to a simple CPU configuration.
* Configure CPU temperature display settings independent of current sensor state.
* Fixed a bug where AMD chiplet temperature was not displayed.
* Add note about AMD only supports average
* Update readme
---------
Co-authored-by: Meliox <na>
2025-02-15 16:17:41 +01:00
Meliox
b888bc95ad
Implement Ram temps ( #75 )
2025-01-18 13:47:31 +01:00
Meliox
678ae1081d
Add support for one more AMD variant ( #66 )
...
Fixes #64
2024-07-05 21:09:54 +02:00
eremem
44ff3dccb3
Unify the capitalization of global variables ( #62 )
...
* Adjust variable names for pvemanagerlib.js & Nodes.pm
* Rename sensorsDetected to SENSORS_DETECTED
* Rename JSON_FILE to DEBUG_JSON_FILE
* Rename enableSystemInfo to ENABLE_SYSTEM_INFO
* Rename enableHddTemp to ENABLE_HDD_TEMP
* Rename enableNvmeTemp to ENABLE_NVME_TEMP
* Rename enableFanSpeed to ENABLE_FAN_SPEED
* Rename displayZeroSpeedFans to DISPLAY_ZERO_SPEED_FANS
2024-06-23 12:06:14 +02:00
eremem
85e0968c00
Replace affected read invocations ( #61 )
2024-06-23 11:33:10 +02:00
eremem
f5ff837770
Color prompts ( #57 )
...
* Implement function `ask` for prompts
* Declare response variable for temperature unit as local
* Rename user response variables (choice)
2024-06-23 11:25:44 +02:00
Meliox
34c07fd2bc
remove unused variable ( #59 )
2024-06-23 11:10:56 +02:00
Meliox
422d1730df
fix fan speed prompt ( #58 )
...
Co-authored-by: Meliox <na>
2024-06-18 19:14:42 +02:00
Meliox
f77eadc0a6
Fan Speed improvements ( #42 )
...
Add support multiple Fan Speed Key Patterns
Present real fan speed name
Option to show/hide zero speed fans
Implements #41
2024-06-16 17:20:18 +02:00
eremem
305bd0d225
Unify prompt texts ( #56 )
...
* Adjust & unify prompts
* Change case y|Y to [yY]
* Add some missing trailing dots
2024-06-16 13:21:15 +02:00
Meliox
288a7f69e9
Option to display Intel package or cores temp ( #54 )
...
Implements #8
2024-06-16 13:17:12 +02:00
Meliox
ba3991a3a2
Add support for multiple AMD temp types ( #49 )
2024-06-16 13:01:46 +02:00
Meliox
3490d3a07e
Add "remote" debug option of json file ( #50 )
2024-06-16 11:42:31 +02:00
Meliox
d13d02ab36
save-sensors-data argument ( #52 )
2024-06-16 00:02:54 +02:00
Meliox
76e28b9d7c
Add system information #2 ( #47 )
2024-06-15 17:01:42 +02:00
rmm
9c7dc540d8
Detect default temperature unit selection
2024-05-25 15:24:32 +02:00
rmm
a06df57cb9
Add function for info texts
2024-05-25 14:55:23 +02:00
Meliox
9198ffe6cd
Inform user to clear browser cache after successfull installation ( #40 )
2024-05-25 09:35:16 +02:00
eremem
4f877bbe9e
Temperature unit selection ( #38 )
...
Add temperature unit selection
2024-05-17 15:25:36 +02:00
rmm
a6a5581c59
Detect missing or unrecoverable sensors output
2024-05-11 15:02:41 +02:00
rmm
2a7e2deb16
Sanitize "sensors -j" JSON output, add support for multiple CPUs
2024-05-11 13:08:45 +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
rmm
0c2138ccf2
Show in color when temperatures exceed critical values
2024-04-26 19:11:44 +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