<br><br><div class="gmail_quote">On 6 November 2010 10:12, Anthony Giggins <span dir="ltr"><<a href="mailto:seven@seven.dorksville.net">seven@seven.dorksville.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
<br>
On 05/11/2010, at 12:33 AM, Nicolas Will <<a href="mailto:nico@youplala.net">nico@youplala.net</a>> wrote:<br>
<br>
> On Thu, 2010-11-04 at 15:19 +0100, Josu Lazkano wrote:<br>
>> How can I install the "nvidia-smi" software?<br>
><br>
> it comes with the binary driver.<br>
><br>
> Nico<br>
><br>
> __<br>
<br>
</div>Yes this inspired me to monitor this in cacti also I'll post templates and scripts when I get some time in front of a computer.<br>
<br>
My card only displayed temp so that's all I'm monitoring I'll leave it to others to add other functionality.<br>
<br>
Cheers,<br>
<font color="#888888"><br>
Anthony</font></blockquote></div><br>And now the templates as promised<br><br>I added the following to snmpd.conf<br><br>extend .1.3.6.1.4.1.2021.54 gputemp /bin/sh /home/mythtv/gputemp.sh<br><br>and the contents of /home/mythtv/gputemp.sh as below<br>
<br>/usr/bin/nvidia-smi -q -g 0 | grep Temperature | cut -d ' ' -f 2<br><br>Cheers,<br><br>Anthony<br>