MAKING A SCRIPT FOR TEMPERATURE


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers MAKING A SCRIPT FOR TEMPERATURE
# 1  
Old 12-18-2009
MAKING A SCRIPT FOR TEMPERATURE

People hello to everybody exist a way to do a script for view the temperature. I have
Red Hat Linux release 9 (Shrike)
Kernel 2.4.20-8 on an i686

THANk YOU FOR YOUR TIME.
# 2  
Old 12-18-2009
Code:
cat /proc/acpi/thermal_zone/THM/temperature

shows the temperature . check THM directory for other parameters like
cooling_mode state trip_points
polling_frequency temperature

Regards
You can for example grab the temperature in some variable and do some handling process if the temp say becomes > 80 ; do blah blah..
Code:
$temp=$(cat /proc/acpi/thermal_zone/THM/temperature)
if [ $temp -gt 80 ];do echo "temperature is $temp";done

Also can put into a cron job if you want to notify you regularly
Regards.
# 3  
Old 12-18-2009
Re Script for temperature

Thank you for your answer but i don`t have /acpi/thermal_zone/THM/temperature that route in the pc

Any Sugestion

Regards
# 4  
Old 12-18-2009
Quote:
Originally Posted by enkei17
Thank you for your answer but i don`t have /acpi/thermal_zone/THM/temperature that route in the pc

Any Sugestion

Regards
hello , which *nix are you using? specify that using
Code:
uname -a

if its not there in /proc then its got to be in /sys.
Also try

Code:
find /proc -iname "temperature"

and if you dont get any results then do
Code:
find  /sys -iname "temperature"

Regards.
Do reply .
# 5  
Old 01-20-2010
This Show me Prtdiag

This show me prtdiag i run everthing but nathing. Any Sugesstions?

Code:
System Configuration: [i686] Unknown Vendor Unknown Model (1 X AMD Athlon(tm) Processor 1208.827 MHz)
System clock frequency: UNKNOWN (no APIC in kernel?)
Memory size (approximate): 511 Megabytes
========================= CPUs ========================
 CPU #      CPU MHz     CACHE (KB)     Bogomips
-------    ---------   ------------   ----------
   0        1208.827      256 KB        2411.72
====================== IO Devices =====================
  BUS             TYPE             DESCRIPTION
-------         ---------        ---------------
  PCI           USB              ALi Corporation USB 1.1 Controller (rev 03)
  PCI           IDE              ALi Corporation M5229 IDE (rev c4)
  PCI           USB              ALi Corporation USB 1.1 Controller (rev 03)
  PCI           Ethernet         Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
  PCI           Ethernet         Linksys Network Everywhere Fast Ethernet 10/100 model NC100 (rev 11)
  AGP           VGA              nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
====================== IDE Devices ======================
Host / Channel    Vendor          Model                 Type
--------------- ----------      ---------               --------
ide0 / hda      Maxtor          90340D2                 disk
ide1 / hdc      MAXTOR          4K040H2                 disk
===================== SCSI Devices ======================
*** No SCSI channels present, hence no devices! ***
================== Environmental Status =================
========================== Fans =========================
No sensors found!
*** Fan data is not available for this system. ***
============= System Temperatures (Celsius) =============
No sensors found!
*** Temperature data is not available for this system. ***

I think is not possible to show me the temperature
Adidas was wrong
Thank you

Last edited by Scott; 01-20-2010 at 04:32 PM.. Reason: Please use code tags
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Help me making this script

This script is executed whenever a new vehicle is added to the cycle-motor park of campus. The script asks for the following information about the car and adds a new line to the vehicle file.txt: name (name of an animal, unique identifier), color, mark, model, type (e.g., electrical, manual),... (2 Replies)
Discussion started by: andre2222
2 Replies

2. Shell Programming and Scripting

Need Help With making this script

Hello, im a new user on this site and learning scripting very slowly at a understanding pace. However i am up with a challenge and require help completing this. The script has to include arguments, variables, decisions and loops. So the script is about calculating the broadcast address for any... (5 Replies)
Discussion started by: tHe666
5 Replies

3. Shell Programming and Scripting

I could use some help with making a script

I run a small instrument lab. We track our user's time on the instruments with a very manual process of 'last wtmp.1' then cut/paste data into spreadsheets. My boss makes the initial spreadsheets then I convert and format them for uploading into our billing software (COReS). Cores is looking for a... (8 Replies)
Discussion started by: jpontius
8 Replies

4. Shell Programming and Scripting

Help with Temperature Script (Starting

Hello, I am trying to work on a temperature script to check temperatures on my systems. Im trying to get the basics laid out first. So far i have a command: /usr/sbin/prtpicl -v -c temperature-sensor # (must run as root) This command kicks back alot of information but i only want the... (3 Replies)
Discussion started by: whotippedmycow
3 Replies

5. Shell Programming and Scripting

Script to monitor sun servers temperature

Dears, need help on developing a script to monitor sun server temperature , I'm using the below command to check the servers one by one /usr/platform/`uname -i`/sbin/prtdiag -v Servers Models are : 2 x Sun SPARC Enterprise M9000 Server 4 x Sun Fire V490 2 x Sun Blade T6300 Server... (1 Reply)
Discussion started by: bejo4ever
1 Replies

6. UNIX for Dummies Questions & Answers

need help making a script executable

making a script in vi to create a shell script called wherearethey by entering the following script: echo -n "Who are you looking for: "read userif then list=`w | grep $user | cut -c19-30` if then echo "The user $user is logged in from $list" else echo "The user $user is not logged in... (3 Replies)
Discussion started by: curtner
3 Replies

7. UNIX for Dummies Questions & Answers

Iterate a min/max awk script over time-series temperature data

I'm trying to iterate a UNIX awk script that returns min/max temperature data for each day from a monthly weather data file (01_weath.dat). The temperature data is held in $5. The temps are reported each minute so each day contains 1440 temperature enteries. The below code has gotten me as far as... (5 Replies)
Discussion started by: jgourley
5 Replies

8. Shell Programming and Scripting

making script

hello experts cany any one help me i want to make one script which can rlogin to another machine . but it should not ask me username/password from me of another machine it should take the username and password from the script only. please help me out. regards, shary (2 Replies)
Discussion started by: shary
2 Replies

9. Shell Programming and Scripting

Need help making a script

Here is what I have: #!/bin/bash # Setup year date and month YR=`date +%Y '{print $6}'` MON=`date +%b '{print $2}'` DAY=`date +%d '{print $3}'` file=$YR$MOY$DOM # clear # Dump database using USER/PASS to ..sql mysqldump --user=me -ppass database > database-db.$file.sql The YR, MON and... (2 Replies)
Discussion started by: npereira
2 Replies

10. Shell Programming and Scripting

Making flags for my script

I have no idea how to make my own flags. (6 Replies)
Discussion started by: rcunn87
6 Replies
Login or Register to Ask a Question