My message:
>Hi admins,
>
>I want to monitor system temperature, I need snmp_request.
>
>Where can I find it?
>What package I have to install?
>
>I use tru64 5.1a .
The answer :
>From Jay Nash:
The package is OSFENVMON520 on 5.1a, Environmental
monitoring Daemon, it will install snmp_request also
when u install it.
Just run command :
sysconfig -q envmon
It will give you the current temp, power supply, and
fan.
Also you can run envconfig -q to check the parameter
values set for envmon, and envconfig start to start
the daemon....
form Brusche, Johan:
Subset is OSFINET520
---------------------------------
I already know the use of sysconfig -q envmon, but I want to monitor with snmp.
I will try to install one of the two subset.
Udo Grabowski and Maaskant Gert send me the string to get
the temperature :
On an ES40,DS10 and DS20e it's snmp_temp=1.3.6.1.4.1.232.6.2.6.8.1.4.1.1
TEMPERATURE=`/usr/sbin/snmp_request $host public get $snmp_temp|cut -f2 -d"="`
Thank's
Jeff
Received on Mon Jan 13 2003 - 14:34:17 NZDT