D34DC3N73R / netdata-glibc

netdata with glibc package for use with nvidia-docker2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: nvidia-smi

borgmanJeremy opened this issue · comments

Can you elaborate on the step below means?

python.d.conf is the original with nvidia-smi=yes uncommented.

The conf file inside: https://github.com/coraxx/netdata_nv_plugin does not have anything related to nvidia-smi which makes me think this is the wrong folder to volume mount.

The Nvidia plugin is built into netdata now but disabled by default. The line needs to be uncommented for the plugin to be activated.

https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/python.d.conf
https://docs.netdata.cloud/collectors/python.d.plugin/nvidia_smi/

I made an edit to the build so this is no longer required.

Thanks this worked great.