This value is defined in the MIB object.  You could always rewrite
the MIB, but if you are using the value in a shell script, why not just
force your variable to a typeset of integer?<br><br><div><span class="gmail_quote">On 6/20/05, <b class="gmail_sendername">Jonathan Bailey</b> &lt;<a href="mailto:jcbailey@code0.net">jcbailey@code0.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ok, maybe the subject was a bit strange...<br><br><br>I'm looking to integrate sensors monitoring into SNMP without having to
<br>recompile SNMPd. I figure that using an external script might work, but the<br>results come back as NaN rather than a number. When I do an snmpget, it<br>shows the data type as string. Is there any way to force this to integer or
<br>double?<br><br><br>root@dilithium:~ # snmpget -v 1 -c public localhost<br>enterprises.ucdavis.extTable.extEntry.extOutput.1<br>UCD-SNMP-MIB::extOutput.1 = STRING: 71.0<br><br><br><br><br>root@dilithium:~ # cat cputemp.sh
<br>#! /bin/sh<br>sensors | awk '/CPU/ {print substr($3,2,length($2)-1)}'<br><br><br><br><br>--------------------<br>Jonathan C Bailey<br>Code0 Networks<br><a href="mailto:jcbailey@code0.net">jcbailey@code0.net</a><br>(515) 957-0579
<br><br>_______________________________________________<br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br><a href="http://cialug.org/mailman/listinfo/cialug">http://cialug.org/mailman/listinfo/cialug
</a><br></blockquote></div><br>