* Some nice feature
@ 2005-05-19 6:24 Leopold Palomo Avellaneda
2005-05-19 6:24 ` Leopold Palomo Avellaneda
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Leopold Palomo Avellaneda @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
Hi,
I cannot avoid to send you a part of a mail that I have read in the beowulf
list, we have talking about the option to use lmsensors to monitorizing the
cluster with a cron command. Someone have said that is not a good option, so
says:
[....]
On a system equipped with an internal sensor, lm_sensors can often read
e.g. core CPU temperature on the system itself. A polling cron script
can then read this and take action, e.g. initiate a shutdown if it
exceeds some threshold.
The bad thing is that it does NOT give you any sort of measure of room
temperature per se, although if you have the poweroff script send you
mail first, getting deluged with N messages as the entire cluster shuts
down would be a good clue that your room cooling failed:-). Also,
lm_sensors has the API from hell. In fact, I would hardly call it an
API. One has to pretty much craft a polling script on the basis of each
supported sensor independently, which requires you to know WAY more than
you ever wanted to about the particular sensor your system may or may
not have.
Alas, if only somebody would give the lm_sensors folks a copy of a good
book on XML for christmas, and they decided to take the monumental step
of converting /proc/sensors into a single xml-based file with the
RELEVANT information presented in toplevel tags like
<cpu_temp id="0" units="C">50.4</cpu_temp>
and the irrelevant information presented in tags like
<hardware><name>lm78</name><version>1.22a</version></hardware>
then we could ALL reap the fruits of their labor without needing a copy
of the lm78 version 1.22a API manual and having to write an application
that supports each of the sensors THROUGH THEIR INTERFACE one at a
time...;-)
[....]
What do you think?
Best regards,
Leo
^ permalink raw reply [flat|nested] 5+ messages in thread* Some nice feature
2005-05-19 6:24 Some nice feature Leopold Palomo Avellaneda
@ 2005-05-19 6:24 ` Leopold Palomo Avellaneda
2005-05-19 6:24 ` Greg KH
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Leopold Palomo Avellaneda @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
Hi,
first of all, I'm sorry. It has been my fault. I didn't want to begin a flame
war.
The person who did it, after do an explication about the message, and I think
that he has some reason. Howeber, I insist, please, I send the comment as a
interesting thing. Take off all the "ranted"( ?, some comment inapropiated to
provoke a reaction?) comments and take only the idea. Maybe it could be a
good idea, I don't know. That's all.
Please don't take only my message, look all the message thread. My message was
http://www.beowulf.org/pipermail/beowulf/2003-October/008101.html
and the theread has the subject: Environment monitoring.
Otherwise I have so say that a lot of people that are using beowulf cluster
are using lmsensors to monitorizing the nodes, so I think that all of has to
to agree your job.
Thank's all.
Best regards,
Leo
^ permalink raw reply [flat|nested] 5+ messages in thread* Some nice feature
2005-05-19 6:24 Some nice feature Leopold Palomo Avellaneda
2005-05-19 6:24 ` Leopold Palomo Avellaneda
@ 2005-05-19 6:24 ` Greg KH
2005-05-19 6:24 ` Jean Delvare
2005-05-19 6:24 ` Philip Edelbrock
3 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
On Wed, Oct 01, 2003 at 04:19:49PM +0200, Leopold Palomo Avellaneda wrote:
> Alas, if only somebody would give the lm_sensors folks a copy of a good
> book on XML for christmas, and they decided to take the monumental step
> of converting /proc/sensors into a single xml-based file with the
> RELEVANT information presented in toplevel tags like
>
> <cpu_temp id="0" units="C">50.4</cpu_temp>
>
> and the irrelevant information presented in tags like
>
> <hardware><name>lm78</name><version>1.22a</version></hardware>
>
> then we could ALL reap the fruits of their labor without needing a copy
> of the lm78 version 1.22a API manual and having to write an application
> that supports each of the sensors THROUGH THEIR INTERFACE one at a
> time...;-)
>
> [....]
>
> What do you think?
I think people who want to put XML into the kernel need to be taken out
back and given a sound thrashing... :)
Tell them to go look at the kernel interface in the 2.6 kernel (one
value per file with consistant units accross drivers) and if they don't
like that, for them to bring it up on this mailing list, or
linux-kernel.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Some nice feature
2005-05-19 6:24 Some nice feature Leopold Palomo Avellaneda
2005-05-19 6:24 ` Leopold Palomo Avellaneda
2005-05-19 6:24 ` Greg KH
@ 2005-05-19 6:24 ` Jean Delvare
2005-05-19 6:24 ` Philip Edelbrock
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
> Hi,
>
> I cannot avoid to send you a part of a mail that I have read in the
> beowulf list, we have talking about the option to use lmsensors to
> monitorizing the cluster with a cron command. Someone have said that
> is not a good option, so says:
>
> [....]
>
> What do you think?
I think that cross-posting what could become a flame war is better
avoided.
Apart from that, I believe that if that guy really wanted something
done, he would have told us directly, or even done it by himself. We
never heard about him, which means that he isn't interested in and/or
convinced by what he proposes, and we can safely ignore him.
--
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Some nice feature
2005-05-19 6:24 Some nice feature Leopold Palomo Avellaneda
` (2 preceding siblings ...)
2005-05-19 6:24 ` Jean Delvare
@ 2005-05-19 6:24 ` Philip Edelbrock
3 siblings, 0 replies; 5+ messages in thread
From: Philip Edelbrock @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
I don't know. I could use a good book on XML for xmas. ;')
Obviously flame bait. Libsensors is a decent API if it is looked into.
Lm_sensors is the standard for hardware health monitoring in Linux.
It's not nessesary to get in a war of words defending it's ease of
application. If another project works better, then of course there is
no harm if they go with that.
Phil
Jean Delvare wrote:
>>Hi,
>>
>>I cannot avoid to send you a part of a mail that I have read in the
>>beowulf list, we have talking about the option to use lmsensors to
>>monitorizing the cluster with a cron command. Someone have said that
>>is not a good option, so says:
>>
>>[....]
>>
>>What do you think?
>>
>>
>
>I think that cross-posting what could become a flame war is better
>avoided.
>
>Apart from that, I believe that if that guy really wanted something
>done, he would have told us directly, or even done it by himself. We
>never heard about him, which means that he isn't interested in and/or
>convinced by what he proposes, and we can safely ignore him.
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-05-19 6:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19 6:24 Some nice feature Leopold Palomo Avellaneda
2005-05-19 6:24 ` Leopold Palomo Avellaneda
2005-05-19 6:24 ` Greg KH
2005-05-19 6:24 ` Jean Delvare
2005-05-19 6:24 ` Philip Edelbrock
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.