Hey all, I'm trying to monitor some temperatures from Windows boxes and I have the external script set up to send the message to Xymon, and it's trying to create the graph, but It's not seeing any data, even over the course of several hours worth of data.
Does anyone know the exact formatting necessary to create the graphs?
Also, is it possible to graph multiple items on one graph?
Thanks! --Pat
Patrick Nixon a écrit :
Hey all, I'm trying to monitor some temperatures from Windows boxes and I have the external script set up to send the message to Xymon, and it's trying to create the graph, but It's not seeing any data, even over the course of several hours worth of data.
Does anyone know the exact formatting necessary to create the graphs?
Also, is it possible to graph multiple items on one graph?
Thanks! --Pat
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi,
For your question about multiple items on one graph, you can do the followin instructions (from hobbitgraphs.cfg)
For graphs that use multiple RRD files as input, you specify a filename
pattern in the FNPATTERN statement, and optionally a pattern of files
to exclude from the graph with EXFNPATTERN (see "[tcp]" for an example).
When FNPATTERN is used, you can use "@RRDFN@" in the RRDtool definitions
to pick up each filename. "@RRDIDX@" is an index (starting at 0) for each
file in the set. "@RRDPARAM@" contains the first word extracted from the
pattern of files (see e.g. "[memory]" how this is used). "@COLOR@" picks
a new color for each graph automatically.
So, all you need is to have items in separates RRD files, using SPLITNCV_test instead of NCV_test in hobbitserver.cfg file. Then follow the instructions. My running configuration for this kind of graph (multiple items in 1 graph) is :
[hardware] TITLE Temperatures YAXIS Celsius FNPATTERN hardware,(.*)_temperature.rrd DEF:@RRDIDX@=@RRDFN@:lambda:AVERAGE LINE2:@RRDIDX@#@COLOR@:@RRDPARAM@ GPRINT:@RRDIDX@:LAST: \: %5.1lf (cur) GPRINT:@RRDIDX@:MAX: \: %5.1lf (max) GPRINT:@RRDIDX@:MIN: \: %5.1lf (min) GPRINT:@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
On Sunday 25 January 2009, Patrick Nixon wrote:
Hey all, I'm trying to monitor some temperatures from Windows boxes and I have the external script set up to send the message to Xymon, and it's trying to create the graph, but It's not seeing any data, even over the course of several hours worth of data.
Does anyone know the exact formatting necessary to create the graphs? It depends. Are you using NCV or are you sending 'trends' messages?
Also, is it possible to graph multiple items on one graph? Yes.
Stef
See, this is where I admit I didn't know you had to do that.
I thought this was one of those services (like disk/cpu) where it pulled it out of the data automatically.
I'll look into the two types (NCV/split ncv and trends)
--Pat
On Sun, Jan 25, 2009 at 1:38 PM, Stef Coene <stef.coene at docum.org> wrote:
On Sunday 25 January 2009, Patrick Nixon wrote:
Hey all, I'm trying to monitor some temperatures from Windows boxes and I have the external script set up to send the message to Xymon, and it's trying to create the graph, but It's not seeing any data, even over the course of several hours worth of data.
Does anyone know the exact formatting necessary to create the graphs? It depends. Are you using NCV or are you sending 'trends' messages?
Also, is it possible to graph multiple items on one graph? Yes.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Make sure you are logging the data as a guage, and that RRD is not trying to derive readings by comparing the current reading with the prior reading...
GLH
-----Original Message----- From: Stef Coene [mailto:stef.coene at docum.org] Sent: Sunday, January 25, 2009 12:38 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
On Sunday 25 January 2009, Patrick Nixon wrote:
Hey all, I'm trying to monitor some temperatures from Windows boxes and I have
the external script set up to send the message to Xymon, and it's trying to create the graph, but It's not seeing any data, even over the course of several hours worth of data.
Does anyone know the exact formatting necessary to create the graphs? It depends. Are you using NCV or are you sending 'trends' messages?
Also, is it possible to graph multiple items on one graph? Yes.
Stef
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
How is this done? I have some systems in a closet that we have problems with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
If the systems don't already have their own internal heat sensors, you can easily add a One-Wire sensor to the closet. You can get ready-built modules here:
http://www.hobby-boards.com/catalog/product_info.php?cPath=24&products_id=10...
and either the serial or the USB adaptor:
http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=28
http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=15...
Software to read One-Wire devices is here:
http://www.digitemp.com/software.shtml
You'll also need their cable to connect the module to the adaptor. If you're handy with a soldering iron you could skip the module and just get the bare temperature sensor (DS18S20), cut one jack off a phone cord and solder the sensor to the relevant wires. The other jack on the phone wire will plug directly into the adaptor.
I've got a script for reading the temps via digitemp and reporting to Xymon, but the machine it's on is currently unreachable.
I'm not affiliated in any way to Hobby Boards, not even as a customer, but I do have some of those sensors monitoring temps in parts of my workshop.
Ralph Mitchell
On Tue, Jan 27, 2009 at 2:34 PM, Gavin Leonard <gleonard at progrexion.com>wrote:
How is this done? I have some systems in a closet that we have problems with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
These are all new HP DL series servers so they should have that capability already.. just need to configure..
-Gavin
From: Ralph Mitchell [mailto:ralphmitchell at gmail.com] Sent: Tuesday, January 27, 2009 3:00 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
If the systems don't already have their own internal heat sensors, you can easily add a One-Wire sensor to the closet. You can get ready-built modules here:
http://www.hobby-boards.com/catalog/product_info.php?cPath=24&products_id=10...
and either the serial or the USB adaptor:
http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=28 http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=15...
Software to read One-Wire devices is here:
http://www.digitemp.com/software.shtml
You'll also need their cable to connect the module to the adaptor. If you're handy with a soldering iron you could skip the module and just get the bare temperature sensor (DS18S20), cut one jack off a phone cord and solder the sensor to the relevant wires. The other jack on the phone wire will plug directly into the adaptor.
I've got a script for reading the temps via digitemp and reporting to Xymon, but the machine it's on is currently unreachable.
I'm not affiliated in any way to Hobby Boards, not even as a customer, but I do have some of those sensors monitoring temps in parts of my workshop.
Ralph Mitchell
On Tue, Jan 27, 2009 at 2:34 PM, Gavin Leonard <gleonard at progrexion.com<mailto:gleonard at progrexion.com>> wrote: How is this done? I have some systems in a closet that we have problems with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com<mailto:pnixon at gmail.com>] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk<mailto:hobbit at hswn.dk> Subject: Re: [hobbit] Temperature Graphs okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk<mailto:hobbit-unsubscribe at hswn.dk>
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk<mailto:hobbit-unsubscribe at hswn.dk>
Compaq/HP used to have a Linux package for DL380 server health, but that was for the 2.4 kernel and Redhat 7.2 about 10 years ago. What's the OS?? Someone here might have prior experience.
Ralph Mitchell
On Tue, Jan 27, 2009 at 5:45 PM, Gavin Leonard <gleonard at progrexion.com>wrote:
These are all new HP DL series servers so they should have that capability already.. just need to configure..
-Gavin
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Tuesday, January 27, 2009 3:00 PM
*To:* hobbit at hswn.dk *Subject:* Re: [hobbit] Temperature Graphs
If the systems don't already have their own internal heat sensors, you can easily add a One-Wire sensor to the closet. You can get ready-built modules here:
http://www.hobby-boards.com/catalog/product_info.php?cPath=24&products_id=10...
and either the serial or the USB adaptor:
http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=28
http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=15...
Software to read One-Wire devices is here:
http://www.digitemp.com/software.shtml
You'll also need their cable to connect the module to the adaptor. If you're handy with a soldering iron you could skip the module and just get the bare temperature sensor (DS18S20), cut one jack off a phone cord and solder the sensor to the relevant wires. The other jack on the phone wire will plug directly into the adaptor.
I've got a script for reading the temps via digitemp and reporting to Xymon, but the machine it's on is currently unreachable.
I'm not affiliated in any way to Hobby Boards, not even as a customer, but I do have some of those sensors monitoring temps in parts of my workshop.
Ralph Mitchell
On Tue, Jan 27, 2009 at 2:34 PM, Gavin Leonard <gleonard at progrexion.com> wrote:
How is this done? I have some systems in a closet that we have problems with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
They are a mixture of windows 03/08 and centos 5.x.. all servers are less than 3 years old.
-Gavin
From: Ralph Mitchell [mailto:ralphmitchell at gmail.com] Sent: Tuesday, January 27, 2009 9:59 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
Compaq/HP used to have a Linux package for DL380 server health, but that was for the 2.4 kernel and Redhat 7.2 about 10 years ago. What's the OS?? Someone here might have prior experience.
Ralph Mitchell
On Tue, Jan 27, 2009 at 5:45 PM, Gavin Leonard <gleonard at progrexion.com<mailto:gleonard at progrexion.com>> wrote:
These are all new HP DL series servers so they should have that capability already.. just need to configure..
-Gavin
From: Ralph Mitchell [mailto:ralphmitchell at gmail.com<mailto:ralphmitchell at gmail.com>] Sent: Tuesday, January 27, 2009 3:00 PM
To: hobbit at hswn.dk<mailto:hobbit at hswn.dk> Subject: Re: [hobbit] Temperature Graphs
If the systems don't already have their own internal heat sensors, you can easily add a One-Wire sensor to the closet. You can get ready-built modules here:
http://www.hobby-boards.com/catalog/product_info.php?cPath=24&products_id=10...
and either the serial or the USB adaptor:
http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=28 http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=15...
Software to read One-Wire devices is here:
http://www.digitemp.com/software.shtml
You'll also need their cable to connect the module to the adaptor. If you're handy with a soldering iron you could skip the module and just get the bare temperature sensor (DS18S20), cut one jack off a phone cord and solder the sensor to the relevant wires. The other jack on the phone wire will plug directly into the adaptor.
I've got a script for reading the temps via digitemp and reporting to Xymon, but the machine it's on is currently unreachable.
I'm not affiliated in any way to Hobby Boards, not even as a customer, but I do have some of those sensors monitoring temps in parts of my workshop.
Ralph Mitchell
On Tue, Jan 27, 2009 at 2:34 PM, Gavin Leonard <gleonard at progrexion.com<mailto:gleonard at progrexion.com>> wrote:
How is this done? I have some systems in a closet that we have problems with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com<mailto:pnixon at gmail.com>] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk<mailto:hobbit at hswn.dk> Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk<mailto:hobbit-unsubscribe at hswn.dk>
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk<mailto:hobbit-unsubscribe at hswn.dk>
----- "Gavin Leonard" <gleonard at progrexion.com> wrote:
They are a mixture of windows 03/08 and centos 5.x.. all servers are less than 3 years old.
devmon has a compaq-server (and, compaq-servernohspare, for servers which don't have hot spare drives in the RAID config) template, which supports the HP Insight agents. The agents are available for Windows and Linux. I am monitoring a number of DL-360G4s, DL-380G4s, DL-580-G4s, DL-585s, running Windows and Linux (Red Hat Enterprise Linux 3/4/5).
In the Linux case, setup of the HP Insight agent is simply a matter of: -installing the hpasm package -running 'hpasm setup' (I think)
The devmon template supports: 1)RAID controller monitoring ('raid' test) 2)Fans ('fans' test) 3)Power supplies ('power' test) 4)The IML log ('log' test) 5)Temperatures ('temp' test).
The devmon rrd collector for Hobbit (now included in Xymon), supports collecting RRDs from the temp test, just include 'temp=devmon' in your TEST2RRD line in hobbitserver.cfg, and ensure that the devmon graph definitions (in extras/devmon-graph.cfg) are included in your Hobbit graph configuration, and you should get temperature graphs.
The dell-poweredge template (for Dell servers running OMSA) supports almost all the same features as well (except for IML).
BTW, I am also monitoring some Linux boxes that have lmsensor's supported devices with devmon ... but I might not have committed the test for the net-snmp lmsensors MIB yet
Regards, Buchan
From: Ralph Mitchell [mailto:ralphmitchell at gmail.com] Sent: Tuesday, January 27, 2009 9:59 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
Compaq/HP used to have a Linux package for DL380 server health, but that was for the 2.4 kernel and Redhat 7.2 about 10 years ago. What's the OS?? Someone here might have prior experience.
Awesome... thanks!
-Gavin
-----Original Message----- From: Buchan Milne [mailto:bgmilne at staff.telkomsa.net] Sent: Thursday, March 12, 2009 1:14 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
----- "Gavin Leonard" <gleonard at progrexion.com> wrote:
They are a mixture of windows 03/08 and centos 5.x.. all servers are less than 3 years old.
devmon has a compaq-server (and, compaq-servernohspare, for servers which don't have hot spare drives in the RAID config) template, which supports the HP Insight agents. The agents are available for Windows and Linux. I am monitoring a number of DL-360G4s, DL-380G4s, DL-580-G4s, DL-585s, running Windows and Linux (Red Hat Enterprise Linux 3/4/5).
In the Linux case, setup of the HP Insight agent is simply a matter of: -installing the hpasm package -running 'hpasm setup' (I think)
The devmon template supports: 1)RAID controller monitoring ('raid' test) 2)Fans ('fans' test) 3)Power supplies ('power' test) 4)The IML log ('log' test) 5)Temperatures ('temp' test).
The devmon rrd collector for Hobbit (now included in Xymon), supports collecting RRDs from the temp test, just include 'temp=devmon' in your TEST2RRD line in hobbitserver.cfg, and ensure that the devmon graph definitions (in extras/devmon-graph.cfg) are included in your Hobbit graph configuration, and you should get temperature graphs.
The dell-poweredge template (for Dell servers running OMSA) supports almost all the same features as well (except for IML).
BTW, I am also monitoring some Linux boxes that have lmsensor's supported devices with devmon ... but I might not have committed the test for the net-snmp lmsensors MIB yet
Regards, Buchan
From: Ralph Mitchell [mailto:ralphmitchell at gmail.com] Sent: Tuesday, January 27, 2009 9:59 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
Compaq/HP used to have a Linux package for DL380 server health, but that was for the 2.4 kernel and Redhat 7.2 about 10 years ago. What's the OS?? Someone here might have prior experience.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
The boxes I'm monitoring are windows box, so I had to go a slightly convulted route to get the temperature information
1.) Install SpeedFan to enable monitoring for the desired temperature probes 2.) Configure SpeedFan to run as a service at boot up to enable non-login monitoring 3.) Installed ActiveState Perl to run the script to extract the temperature information out of SpeedFan's log file and output the file into BBNT's saved logs directory 4.) Configured Windows to run the temp perl script every five minutes
In terms of Linux servers, I know there are scripts out there that will work on lm-sensors and you may have to tweak them to get the right output, but I don't imagine it will be hard. I just don't have any linux boxes in this setup that have a working lm-sensors setup.
If you'd like the script I wrote, even though it's probably horrible perl, I can post it up.
--Pat
On Tue, Jan 27, 2009 at 3:34 PM, Gavin Leonard <gleonard at progrexion.com> wrote:
How is this done? I have some systems in a closet that we have problems with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
On Wed, 28 Jan 2009 10:33:42 -0500, Patrick Nixon <pnixon at gmail.com> wrote:
The boxes I'm monitoring are windows box, so I had to go a slightly convulted route to get the temperature information
1.) Install SpeedFan to enable monitoring for the desired temperature probes 2.) Configure SpeedFan to run as a service at boot up to enable non-login monitoring 3.) Installed ActiveState Perl to run the script to extract the temperature information out of SpeedFan's log file and output the file into BBNT's saved logs directory 4.) Configured Windows to run the temp perl script every five minutes
In terms of Linux servers, I know there are scripts out there that will work on lm-sensors and you may have to tweak them to get the right output, but I don't imagine it will be hard. I just don't have any linux boxes in this setup that have a working lm-sensors setup.
If you'd like the script I wrote, even though it's probably horrible perl, I can post it up.
--Pat
On Tue, Jan 27, 2009 at 3:34 PM, Gavin Leonard <gleonard at progrexion.com> wrote:
How is this done? I have some systems in a closet that we have problems with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On my side, I'm monitoring almost only linuxes. I wrote a script to get temp/speed/voltages from sensors using lm-sensors (and hddtemp for hdd temp...) it's tested on a few different machines (like 4), but seems to be not too much buggy. You can get it here : https://www.makelofine.org/xymon-plugins/hobbit-hardware-v0.1.tar.bz2 If you take it, just tell me if you changed something in, so i'll include your changes.
Your scripts are NOT posting correctly on the Shire. Yes you've a link, which for me is blocked at work and at home was not working either (forget why).
doctor at makelofine.org wrote:
On Wed, 28 Jan 2009 10:33:42 -0500, Patrick Nixon <pnixon at gmail.com> wrote:
The boxes I'm monitoring are windows box, so I had to go a slightly convulted route to get the temperature information
1.) Install SpeedFan to enable monitoring for the desired temperature probes 2.) Configure SpeedFan to run as a service at boot up to enable non-login monitoring 3.) Installed ActiveState Perl to run the script to extract the temperature information out of SpeedFan's log file and output the file into BBNT's saved logs directory 4.) Configured Windows to run the temp perl script every five minutes
In terms of Linux servers, I know there are scripts out there that will work on lm-sensors and you may have to tweak them to get the right output, but I don't imagine it will be hard. I just don't have any linux boxes in this setup that have a working lm-sensors setup.
If you'd like the script I wrote, even though it's probably horrible perl, I can post it up.
--Pat
On Tue, Jan 27, 2009 at 3:34 PM, Gavin Leonard <gleonard at progrexion.com> wrote:
How is this done? I have some systems in a closet that we have problems with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On my side, I'm monitoring almost only linuxes. I wrote a script to get temp/speed/voltages from sensors using lm-sensors (and hddtemp for hdd temp...) it's tested on a few different machines (like 4), but seems to be not too much buggy. You can get it here : https://www.makelofine.org/xymon-plugins/hobbit-hardware-v0.1.tar.bz2 If you take it, just tell me if you changed something in, so i'll include your changes.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Can you tell me more about what's wrong with them ? If you mean about output format, I created my own, and create graph definition for it. If you mean anything else, please tell me more, I'll see to correct them.
On Fri, 30 Jan 2009 08:08:44 -0500, michael nemeth <michael.nemeth at lmco.com> wrote:
Your scripts are NOT posting correctly on the Shire. Yes you've a link, which for me is blocked at work and at home was not working either (forget why).
doctor at makelofine.org wrote:
On Wed, 28 Jan 2009 10:33:42 -0500, Patrick Nixon <pnixon at gmail.com> wrote:
The boxes I'm monitoring are windows box, so I had to go a slightly convulted route to get the temperature information
1.) Install SpeedFan to enable monitoring for the desired temperature probes 2.) Configure SpeedFan to run as a service at boot up to enable non-login monitoring 3.) Installed ActiveState Perl to run the script to extract the temperature information out of SpeedFan's log file and output the file into BBNT's saved logs directory 4.) Configured Windows to run the temp perl script every five minutes
In terms of Linux servers, I know there are scripts out there that will work on lm-sensors and you may have to tweak them to get the right output, but I don't imagine it will be hard. I just don't have any linux boxes in this setup that have a working lm-sensors setup.
If you'd like the script I wrote, even though it's probably horrible perl, I can post it up.
--Pat
On Tue, Jan 27, 2009 at 3:34 PM, Gavin Leonard <gleonard at progrexion.com> wrote:
How is this done? I have some systems in a closet that we have problems with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On my side, I'm monitoring almost only linuxes. I wrote a script to get temp/speed/voltages from sensors using lm-sensors (and hddtemp for hdd temp...) it's tested on a few different machines (like 4), but seems to be not too much buggy. You can get it here : https://www.makelofine.org/xymon-plugins/hobbit-hardware-v0.1.tar.bz2 If you take it, just tell me if you changed something in, so i'll include your changes.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
the SCRIPTS maybe fine; but they are not format on the shire un readable.
doctor at makelofine.org wrote:
Can you tell me more about what's wrong with them ? If you mean about output format, I created my own, and create graph definition for it. If you mean anything else, please tell me more, I'll see to correct them.
On Fri, 30 Jan 2009 08:08:44 -0500, michael nemeth <michael.nemeth at lmco.com> wrote:
Your scripts are NOT posting correctly on the Shire. Yes you've a link, which for me is blocked at work and at home was not working either (forget why).
doctor at makelofine.org wrote:
On Wed, 28 Jan 2009 10:33:42 -0500, Patrick Nixon <pnixon at gmail.com> wrote:
The boxes I'm monitoring are windows box, so I had to go a slightly convulted route to get the temperature information
1.) Install SpeedFan to enable monitoring for the desired temperature probes 2.) Configure SpeedFan to run as a service at boot up to enable non-login monitoring 3.) Installed ActiveState Perl to run the script to extract the temperature information out of SpeedFan's log file and output the file into BBNT's saved logs directory 4.) Configured Windows to run the temp perl script every five minutes
In terms of Linux servers, I know there are scripts out there that will work on lm-sensors and you may have to tweak them to get the right output, but I don't imagine it will be hard. I just don't have any linux boxes in this setup that have a working lm-sensors setup.
If you'd like the script I wrote, even though it's probably horrible perl, I can post it up.
--Pat
On Tue, Jan 27, 2009 at 3:34 PM, Gavin Leonard
<gleonard at progrexion.com>
wrote:
How is this done? I have some systems in a closet that we have
problems
with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On my side, I'm monitoring almost only linuxes. I wrote a script to get temp/speed/voltages from sensors using lm-sensors (and hddtemp for hdd temp...) it's tested on a few different machines (like 4), but seems to be not
too
much buggy. You can get it here : https://www.makelofine.org/xymon-plugins/hobbit-hardware-v0.1.tar.bz2 If you take it, just tell me if you changed something in, so i'll
include
your changes.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Tks, I didn't see it, I corrected using <code sh>, is it ok now ?
On Fri, 30 Jan 2009 11:47:35 -0500, michael nemeth <michael.nemeth at lmco.com> wrote:
the SCRIPTS maybe fine; but they are not format on the shire un readable.
doctor at makelofine.org wrote:
Can you tell me more about what's wrong with them ? If you mean about output format, I created my own, and create graph definition for it. If you mean anything else, please tell me more, I'll see to correct them.
On Fri, 30 Jan 2009 08:08:44 -0500, michael nemeth <michael.nemeth at lmco.com> wrote:
Your scripts are NOT posting correctly on the Shire. Yes you've a link,
which for me is blocked at work and at home was not working either (forget why).
doctor at makelofine.org wrote:
On Wed, 28 Jan 2009 10:33:42 -0500, Patrick Nixon <pnixon at gmail.com> wrote:
The boxes I'm monitoring are windows box, so I had to go a slightly convulted route to get the temperature information
1.) Install SpeedFan to enable monitoring for the desired temperature probes 2.) Configure SpeedFan to run as a service at boot up to enable non-login monitoring 3.) Installed ActiveState Perl to run the script to extract the temperature information out of SpeedFan's log file and output the file into BBNT's saved logs directory 4.) Configured Windows to run the temp perl script every five minutes
In terms of Linux servers, I know there are scripts out there that will work on lm-sensors and you may have to tweak them to get the right output, but I don't imagine it will be hard. I just don't have any linux boxes in this setup that have a working lm-sensors setup.
If you'd like the script I wrote, even though it's probably horrible perl, I can post it up.
--Pat
On Tue, Jan 27, 2009 at 3:34 PM, Gavin Leonard
<gleonard at progrexion.com>
wrote:
How is this done? I have some systems in a closet that we have
problems
with heat and I would love to be able to monitor this with hobbit..
-Gavin
-----Original Message----- From: Patrick Nixon [mailto:pnixon at gmail.com] Sent: Monday, January 26, 2009 7:54 PM To: hobbit at hswn.dk Subject: Re: [hobbit] Temperature Graphs
okay, I figured out that Xymon can handle the temperature graph automatically given the correct data format.
I found documented format to be: Device Temp(C) Temp(F)
&green Temp1 42 90 &green Temp2 34 80 &green ACPI-Temp1 45 92
It's working all fine.
Thanks for all the help!
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On my side, I'm monitoring almost only linuxes. I wrote a script to get temp/speed/voltages from sensors using lm-sensors (and hddtemp for hdd temp...) it's tested on a few different machines (like 4), but seems to be not
too
much buggy. You can get it here : https://www.makelofine.org/xymon-plugins/hobbit-hardware-v0.1.tar.bz2 If you take it, just tell me if you changed something in, so i'll
include
your changes.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (8)
-
bgmilne@staff.telkomsa.net
-
doctor@makelofine.org
-
gleonard@progrexion.com
-
greg.hubbard@eds.com
-
michael.nemeth@lmco.com
-
pnixon@gmail.com
-
ralphmitchell@gmail.com
-
stef.coene@docum.org