f346
![]() |
|
|
|
|
|||||||
| System Hardware Internal storage, motherboards, PCI cards, stuff inside the case. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Hello all,
I am having a couple of boxes running in a room together with a pbx. Today the pbx stopped operating and upon opening this room, it was full of heat. The cause was the empty batteries of the A/C remote control... Since I'd definitely like to avoid this in the future, I was thinking about utilizing a small utility/daemon/something that monitors temperatures, as reported by the motherboard temperature sensor(s) and sends an email when a threshold is exceeded. Any suggestions? Like I said, I don't need/want a full-fledged complex monitoring solution. Just something that fits the job description above... |
|
#2
|
||||
|
||||
|
It depends a bit on the hardware you have. Some simply work with coretemp(4) or amdtemp(4), others require smbus(4) and sysutils/mbmon.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
Thanks for the fast response, much appreciated!
This is a Pentium 4 system so most likely coretemp(4) won't work. sysutils/mbmon does not seem to support off-the-box mail alarms of some sort, so for the time it seems I'm out of luck... |
|
#4
|
||||
|
||||
|
Monitoring the motherboard temperature would help, but it would be better to monitor room temperature. There are expensive devices to do that, meant to be used with Nagios (which is great, by the way) and other monitoring systems. There are also USB-connected temperature sensors which are much less expensive (untested by me). There are projects to build some of these. For example, a quick search turned up http://code.google.com/p/mikrowerk/wiki/USBTemp.
PS: why would the AC need batteries in the remote control to operate? |
|
#5
|
|||
|
|||
|
Quote:
Quote:
|
|
#6
|
|||
|
|||
|
Be warned: some Pentium 4 systems doesn't have temperature monitoring at all.
__________________
Torfinn |
|
#7
|
|||
|
|||
|
Maybe try kldload coretemp and then sysctl -a | grep -i "temp". If that works I would add coretemp_load="YES" to /boot/loader.conf. Hope this helps!
|
![]() |
| Tags |
| monitoring, port, temperature |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Asus E35M1-I temperature monitoring? | tingo | System Hardware | 10 | August 5th, 2012 19:48 |
| Hi, tell me how do I determine the CPU temperature | navigator711 | System Hardware | 4 | April 20th, 2012 14:30 |
| determine CPU temperature | Ole | General | 20 | August 21st, 2011 19:53 |
| temperature | mendela | Mobile Computing | 2 | February 20th, 2010 01:52 |
| [Solved] high temperature pc | inux | System Hardware | 6 | January 6th, 2010 04:33 |