How to Graph temperature on HP BL 20,35,45 P server..

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

Post Reply
logre
Posts: 7
Joined: Wed Feb 28, 2007 5:03 am

How to Graph temperature on HP BL 20,35,45 P server..

Post by logre »

Hiii every body,

I've looking on this forum and it seems to got a temperature scripts for each type of server... So, how can i graph the temperature of my servers?
I can use the other scripts or need to write specific script?

thx
and sorry for my bad english.
logre
Posts: 7
Joined: Wed Feb 28, 2007 5:03 am

Post by logre »

UP.

I'make a script and it work well, but, i can't got the position, just a number who mean the position, for exemple, when the sensor is on the CPU the returned number is 6..
Someone know how to translate a number into the position in leter.. (translate 3 in memory, 6 in CPU...)

This is the data script :
- <query>
<name>Get SNMP temp</name>
<oid_index>.1.3.6.1.4.1.232.6.2.6.8.1.2</oid_index>
<oid_num_indexes>.1.3.6.1.4.1.232.6.2.6.8.1.4</oid_num_indexes>
<index_order>ifIndex:ifName</index_order>
<index_order_type>numeric</index_order_type>
<index_title_format>|chosen_order_field|</index_title_format>
- <fields>
- <ifIndex>
<name>Index</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.232.6.2.6.8.1.2.0</oid>
</ifIndex>
- <ifName>
<name>Name</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.232.6.2.6.8.1.3.0</oid>
</ifName>
- <iftemps>
<name>Temperature</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.232.6.2.6.8.1.4.0</oid>
</iftemps>
- <ifthreshold>
<name>Threshold</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.232.6.2.6.8.1.5.0</oid>
</ifthreshold>
</fields>
</query>
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests