D34DC3N73R / netdata-glibc

netdata with glibc package for use with nvidia-docker2
GNU General Public License v3.0
21 stars 4 forks source link

Question: nvidia-smi #1

Closed borgmanJeremy closed 5 years ago

borgmanJeremy commented 5 years ago

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.

D34DC3N73R commented 5 years ago

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/

D34DC3N73R commented 5 years ago

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

borgmanJeremy commented 5 years ago

Thanks this worked great.