<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/15032" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2007-11-24T19:15:47-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/15032</id>

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2007-11-24T19:15:47-04:00</updated>

		<published>2007-11-24T19:15:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78681#p78681</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78681#p78681"/>
		<title type="html"><![CDATA[Temperatur check on hard drives]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78681#p78681"><![CDATA[
you can get the value with a regexp: (.*)\ :\ ([0-9]{1,})\ C<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sat Nov 24, 2007 7:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[brra]]></name></author>
		<updated>2007-11-24T12:56:27-04:00</updated>

		<published>2007-11-24T12:56:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78668#p78668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78668#p78668"/>
		<title type="html"><![CDATA[Temperatur check on hard drives]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78668#p78668"><![CDATA[
Tanx crazycat<br><br>The only thing that is missing is a alert if temp is over 60 on one of the disk.<br><br>then is should msg out the disk name. something like this.<br>Alert hd temp on hdc is now 65 C. Cool it down.<br><br>or what ever <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6824">brra</a> — Sat Nov 24, 2007 12:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2007-11-24T12:15:56-04:00</updated>

		<published>2007-11-24T12:15:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78666#p78666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78666#p78666"/>
		<title type="html"><![CDATA[Temperatur check on hard drives]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78666#p78666"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set drives {"hda" "hde" "hdb" "sdc"}bind time * * * * * hd:checkproc hd:check {m h dd mm yy} {   foreach drive $::drives {      set tmp [exec "hddtemp /dev$drive"]   }}</code></pre></div>Then, you can do what you want after the set tmp line...<br><br>P.S.: I'm not really sure of my exec command, neither the set, but this is juste the idea <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sat Nov 24, 2007 12:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[brra]]></name></author>
		<updated>2007-11-24T08:41:21-04:00</updated>

		<published>2007-11-24T08:41:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78662#p78662</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78662#p78662"/>
		<title type="html"><![CDATA[Temperatur check on hard drives]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78662#p78662"><![CDATA[
Hi<br><br>I have searched after a script for some days now but cant find it.<br><br>I am looking for a eggdrop script that checks temperaturs on hardrives (linux systems).<br><br>Multiple harddrives not only one drive.<br><br>I think hddtemp would be the best application to use.<br><br>output from hddtemp:<br><br>hddtemp /dev/hda<br>/dev/hda: WDC WD800JB-00CRA1:  drive supported, but it doesn't have a temperature sensor.<br><br>ddtemp /dev/hde<br>/dev/hde: Maxtor 6Y120L0: 30 C<br><br>hddtemp /dev/sdc<br>/dev/sdc: Maxtor 6L300S0: 42 C<br><br>hddtemp /dev/hdb<br>/dev/hdb: WDC WD2000BB-00GUA0: 44 C<br><br>The best would be if ther was a setting for alert temp for each harddrive (as use see diffrent hds have diffrent max temp).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6824">brra</a> — Sat Nov 24, 2007 8:41 am</p><hr />
]]></content>
	</entry>
	</feed>
