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.
How to Graph temperature on HP BL 20,35,45 P server..
Moderators: Developers, Moderators
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 :
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>
Who is online
Users browsing this forum: No registered users and 0 guests