Nvidia Graphic cards: GPU utilization

Hi there,

running checkmk v2.5.0p4 Pro

can someone who knows please tell me the docs or how-to to implement this?
I can’t find a good starting point to read where I get the implementation details.

As we’re running on-prem KI models I really want to know how to kick this off.

Thanks a lot!

You need to deploy the agent plugin nvidia-smi for Linux or nvidia-smi.ps1 for Windows and have the nvidia-smi command line tool installed on the host.

thanks. But where is that documented, I mean, which chapter? I honestly didn’t know what to search for in the docs

ok I got it working, thanks a lot Robert!

wait I don’t get the following setting.
My goal is to make a Rule, to deploy nvidia-smi to specific (only) Linux nodes, with agent bakery. But how should I interpret this required .exe file??

I can’t override it, and empty is a no-go.

You can leave the default. When creating custom Linux packages with this, the option is ignored.

Edit: You can expand the help text via the menu “Help” to see the relevant inline help here:

thanks for the clarification