zabbix-nvidia-smi-multi-gpu icon indicating copy to clipboard operation
zabbix-nvidia-smi-multi-gpu copied to clipboard

A zabbix template using nvidia-smi. Works with multiple GPUs on Windows and Linux.

Results 4 zabbix-nvidia-smi-multi-gpu issues
Sort by recently updated
recently updated
newest added

I want to monitor GPU resource on VM using zabbix. I followed the instructions in the README, but the VM outputs the error shown below. On bare metal, it worked....

``` UserParameter=gpu.utilization.dec.min[*]..... UserParameter=gpu.utilization.dec.max[*]..... UserParameter=gpu.utilization.enc.min[*]..... UserParameter=gpu.utilization.enc.max[*]..... ``` are missing for windows hosts and will yield as "unsupported item" in zabbix monitoring

I got this error when i exec the get_gpus_info.sh on Ubuntu22.04. ![image](https://github.com/plambe/zabbix-nvidia-smi-multi-gpu/assets/37107125/f3d2532d-fb82-49e4-b4d1-75b635123e55)

Please consider as improvement add the GPU Memory Utilization by percentage rather than only counter. It can be achieved using nvidia-SNI query: utilization.memory instead of memory.used currently implemented. To be...