So here is what i would like to do:
I am trying to monitor HP Power Distribution Units with Power Monitoring Model number is S2132.
It is a multiple socket outlet (?) with monitoring abilitys.
This PDU has a LAN interface and can be queried by snmp (and http aso. but this is irrelevant now)
It is internally divided into two PDU (for each "external 3 Phase 16A" connector) so behind each IP is a PDU A & a PDU B.
an SNMP Walk shows following interesting stuff (things i want to monitor):
Code: Select all
SNMPv2-SMI::enterprises.232.165.2.3.2.1.2.1.1 = Voltage Segment 1 PDU A
SNMPv2-SMI::enterprises.232.165.2.3.2.1.2.1.2 = Voltage Segment 2 PDU A
SNMPv2-SMI::enterprises.232.165.2.3.2.1.2.1.3 = Voltage Segment 3 PDU A
SNMPv2-SMI::enterprises.232.165.2.3.2.1.3.1.1 = Current Segment 1 PDU A
SNMPv2-SMI::enterprises.232.165.2.3.2.1.3.1.2 = Current Segment 2 PDU A
SNMPv2-SMI::enterprises.232.165.2.3.2.1.3.1.3 = Current Segment 3 PDU A
SNMPv2-SMI::enterprises.232.165.2.3.2.1.4.1.1 = Load Segement 1 in % PDU A
SNMPv2-SMI::enterprises.232.165.2.3.2.1.4.1.2 = Load Segement 2 in % PDU A
SNMPv2-SMI::enterprises.232.165.2.3.2.1.4.1.3 = Load Segement 3 in % PDU A
SNMPv2-SMI::enterprises.232.165.2.3.2.1.2.2.1 = Voltage Segment 1 PDU B
SNMPv2-SMI::enterprises.232.165.2.3.2.1.2.2.2 = Voltage Segment 2 PDU B
SNMPv2-SMI::enterprises.232.165.2.3.2.1.2.2.3 = Voltage Segment 3 PDU B
SNMPv2-SMI::enterprises.232.165.2.3.2.1.3.2.1 = Current Segment 1 PDU B
SNMPv2-SMI::enterprises.232.165.2.3.2.1.3.2.2 = Current Segment 2 PDU B
SNMPv2-SMI::enterprises.232.165.2.3.2.1.3.2.3 = Current Segment 3 PDU B
SNMPv2-SMI::enterprises.232.165.2.3.2.1.4.2.1 = Load Segement 1 in % PDU B
SNMPv2-SMI::enterprises.232.165.2.3.2.1.4.2.2 = Load Segement 2 in % PDU B
SNMPv2-SMI::enterprises.232.165.2.3.2.1.4.2.3 = Load Segement 3 in % PDU B
SNMPv2-SMI::enterprises.232.165.2.3.1.1.3.1 = Total Heat PDU A in BTU
SNMPv2-SMI::enterprises.232.165.2.3.1.1.4.1 = Total Power PDU A in Watt
SNMPv2-SMI::enterprises.232.165.2.3.1.1.3.2 = Total Heat PDU B in BTU
SNMPv2-SMI::enterprises.232.165.2.3.1.1.4.2 = Total Power PDU B in Watt
1.3.6.1.4.1.232.165.2.3.2.1.2.1.1
All values are integers btw.
Now I'd like to create templates so that for more PDUs i just have to enter an IP and *magic* all Graphs are created.. *g*
So i started with creating an "Get SNMP Data" Data Template for each and every line (see above).
After that i created Graph Templates for Voltage, Current, Load .. so each goes in one Graph, ... after that i created a host Template and added Voltage, Current and Load Graphs to it. BUT i don't now what i should choose at associated Data querys.. as i have none-- i guess i don't add any?
Which way would the experienced User try to accomplish my task?
Last question:
Would it be betterto use "Get SNMP Data (indexed)" If so what do i need to specify in the xml? Or is it not possible at all?
I thought it might be cleaner/faster (as it can query all data in on run?)