<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1056661&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [RESOLU] Formatage des sorties de "sensors -u" dans superkaramba]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1056661</link>
		<description><![CDATA[Les sujets les plus récents dans [RESOLU] Formatage des sorties de "sensors -u" dans superkaramba.]]></description>
		<lastBuildDate>Wed, 03 Oct 2012 09:37:51 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Formatage des sorties de "sensors -u" dans superkaramba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10986161#p10986161</link>
			<description><![CDATA[<p>Coucou,</p><p>Bon, j&#039;ai résolu le problème... Je ne m&#039;embête pas et prends directement la sortie de la commande &quot;sensors&quot; au lieu de &quot;sensors -u&quot;. Merci pour ton aide, j&#039;ai découvert grâce à toi &quot;awk&quot;... touffue la bestiole ! <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Oedipe)]]></author>
			<pubDate>Wed, 03 Oct 2012 09:37:51 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10986161#p10986161</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Formatage des sorties de "sensors -u" dans superkaramba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10986001#p10986001</link>
			<description><![CDATA[<p>Je ne connais pas <strong>superkaramba</strong>. J&#039;ai testé ce que je t&#039;ai envoyé en #2 comme ceci :</p><div class="codebox"><pre><code>$ cat i
CPU Temp:
  temp1_input: 50.000</code></pre></div><div class="codebox"><pre><code>$ cat i | awk &#039;/temp1_input/{printf(&quot;%.0f° C\n&quot;,$2)}&#039;
50° C</code></pre></div><p><span class="bbu">Ajouté</span> :<br />C&#039;est un problème de guillemets. Essaye :</p><div class="codebox"><pre><code>text x=155 y=192 sensor=program program=&quot;sensors -u | awk &#039;/temp1_input/{printf(\&quot;%.0f° C\n\&quot;,\$2)}&#039;&quot; line=1 interval=1000 align=left</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Wed, 03 Oct 2012 09:16:21 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10986001#p10986001</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Formatage des sorties de "sensors -u" dans superkaramba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985851#p10985851</link>
			<description><![CDATA[<p>... un peu plus tard... <img src="http://forum.ubuntu-fr.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>Hum, il doit y avoir un truc qui cloche... Je n&#039;ai aucune &quot;sortie&quot; de résultat (rien d&#039;affiché)</p>]]></description>
			<author><![CDATA[dummy@example.com (Oedipe)]]></author>
			<pubDate>Wed, 03 Oct 2012 09:03:58 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985851#p10985851</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Formatage des sorties de "sensors -u" dans superkaramba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985571#p10985571</link>
			<description><![CDATA[<p>On a tous commencé comme ça.</p>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Wed, 03 Oct 2012 08:32:28 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985571#p10985571</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Formatage des sorties de "sensors -u" dans superkaramba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985421#p10985421</link>
			<description><![CDATA[<p>Un grand merci à &quot;pingouinux&quot; pour ta rapide réponse <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>(Je suis nul pour tout ce qui est langage script)</p>]]></description>
			<author><![CDATA[dummy@example.com (Oedipe)]]></author>
			<pubDate>Wed, 03 Oct 2012 08:17:07 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985421#p10985421</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Formatage des sorties de "sensors -u" dans superkaramba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985321#p10985321</link>
			<description><![CDATA[<p>Bonjour,</p><div class="codebox"><pre><code>text x=155 y=192 sensor=program program=&quot;sensors -u | awk &#039;/temp1_input/{printf(\&quot;%.0f° C\n\&quot;,\$2)}&#039;&quot; line=1 interval=1000 align=left</code></pre></div><p><span class="bbu">Corrigé</span> (voir #6)</p>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Wed, 03 Oct 2012 07:58:30 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985321#p10985321</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLU] Formatage des sorties de "sensors -u" dans superkaramba]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985201#p10985201</link>
			<description><![CDATA[<p>Bonjour,</p><p>Je reprends certaines sorties de la commande &quot;sensors -u&quot; pour les afficher dans superkaramba.</p><p>Elles sont formatées ainsi par exemple :</p><div class="codebox"><pre><code>CPU Temp:
  temp1_input: 50.000</code></pre></div><p>et je les affiche comme ceci :</p><div class="codebox"><pre><code>text x=79 y=192 value=&quot;CPU Temp:&quot;
text x=155 y=192 sensor=program program=&quot;sensors -u | grep temp1_input | sed -e &#039;s/.*: //&#039;&quot; line=1 interval=1000 align=left</code></pre></div><p>ce qui m&#039;affiche 50.000 comme valeur.</p><p>Comment formater ce résultat pour avoir dans cet exemple affiché 50° C et non pas 50.000 ? (cosmétique)</p><p>Merci !</p>]]></description>
			<author><![CDATA[dummy@example.com (Oedipe)]]></author>
			<pubDate>Wed, 03 Oct 2012 07:47:41 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=10985201#p10985201</guid>
		</item>
	</channel>
</rss>
