Would it be possible to add another sensor config to the plugin, that takes in a command to fetch the value?
For example, I would like to fire up the case fans when my Nvidia gpu starts heating up. I can get the temperature with the command nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader which spits out eg. 39, but there's nothing exposed in /dev/.
Would it be possible to add another sensor config to the plugin, that takes in a command to fetch the value?
For example, I would like to fire up the case fans when my Nvidia gpu starts heating up. I can get the temperature with the command
nvidia-smi --query-gpu=temperature.gpu --format=csv,noheaderwhich spits out eg.39, but there's nothing exposed in /dev/.