I'm trying to add 3 monitors to monitor the load on an APC PDU these are 3 phase power units therefore there are 3 values i want to look at.
if i look at OID .1.3.6.1.4.1.318.1.1.12.2.3.1 in the Power-net MIB i get a table of data for the three phases, if i dig down further into the table and use OID .1.3.6.1.4.1.318.1.1.12.2.3.1.1.2 i get a return of the following:
rPDULoadStatusLoad.1:-->23
rPDULoadStatusLoad.2:-->19
rPDULoadStatusLoad.3:-->22
which is the load on each leg. This is great!
i can then add the respective instance e.g.
.1.3.6.1.4.1.318.1.1.12.2.3.1.1.2.1 returns
rPDULoadStatusLoad.1:-->23
.1.3.6.1.4.1.318.1.1.12.2.3.1.1.2.2 returns
rPDULoadStatusLoad.2:-->19
and so on...
what i cant seem to figure out is how to create monitors on these because using the specific instance OID when do a bulk add monitors isn't working. when i goto my device after adding these monitors to the device template and do a test monitor i get no data returned and usually and error...
can someone point me in the right direction?!