Closed jsa91 closed 4 years ago
https://github.com/nobodysu/zabbix-mini-IPMI/blob/master/Linux/mini_ipmi_lmsensors.py#L169
temp = re.search(r'(nouveau.+|nvidia.+|radeon.+)\n.+\n.+\n(?:\s+)?temp\d+_input:\s+(\d+)', i, re.I)
And what if you change this line?
Yep, that worked! Thank you very much for the help.
That's great! Will reopen until pushed.
Getting readings of all the core temperatures as i should into Zabbix. Unfortunately the "All GPUs maximum temperature" row is empty.
lm-sensors gives me:
lm-sensor finds my radeon-pci-0100 but Zabbix does not. Am i missing something here?