Sensor alerts - get unique GPU name

zoota

Member
Hi,

I've set an alert for each of the GPUs on my system. The alert executes a batch file, with the two arguments "%s" "%v".

Once triggered, I get the same name for all GPUs. Meaning, it says "GPU Memory Junction Temperature" for any card.

I'd like to allow a unique name for each GPU instead, so when the alert triggers, I'll get "GPU1 Memory Junction Temperature" and "GPU2 Memory Junction Temperature", and so on...

Is there a way to apply these settings?

Thank you!
 
Cool, but how?
I'm sending parameters from HWinfo's alert ("%s" "%v"), then it's being passed with the bath file, then through a Powershell script - the values have to be variables.

Thanks!
 
Yes, rename the label, this will then also be passed as the alert string.
 
Back
Top