plambe / zabbix-nvidia-smi-multi-gpu

A zabbix template using nvidia-smi. Works with multiple GPUs on Windows and Linux.
Other
94 stars 53 forks source link

windows script #1

Closed thomisus closed 6 years ago

thomisus commented 6 years ago

Hi, thank you for your work. Could you make a windows script for GPUS discovery? I tried using awk but awk for windows doesn't work very well with quotes.

plambe commented 6 years ago

Hi, I've created a Windows batch script that attempts to do that. It's in commit https://github.com/plambe/zabbix-nvidia-smi-multi-gpu/commit/7f116de1bb6f8e61fd0dbdd758e88390f28ed404 - already on the master branch.

I don't have a Windows machine with multiple nvidia gpus so I am unable to properly test it at the moment.

thomisus commented 6 years ago

Hi, i tested the script on windows with multiple GPUs and it works as intended. Thank you very much ;)

plambe commented 6 years ago

Issue confirmed to be solved. Closing.