<br><br><div class="gmail_quote">On 6 November 2010 10:12, Anthony Giggins <span dir="ltr">&lt;<a href="mailto:seven@seven.dorksville.net">seven@seven.dorksville.net</a>&gt;</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 &lt;<a href="mailto:nico@youplala.net">nico@youplala.net</a>&gt; wrote:<br>
<br>
&gt; On Thu, 2010-11-04 at 15:19 +0100, Josu Lazkano wrote:<br>
&gt;&gt; How can I install the &quot;nvidia-smi&quot; software?<br>
&gt;<br>
&gt; it comes with the binary driver.<br>
&gt;<br>
&gt; Nico<br>
&gt;<br>
&gt; __<br>
<br>
</div>Yes this inspired me to monitor this in cacti also I&#39;ll post templates and scripts when I get some time in front of a computer.<br>
<br>
My card only displayed temp so that&#39;s all I&#39;m monitoring I&#39;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 &#39; &#39; -f 2<br><br>Cheers,<br><br>Anthony<br>