APC ISX Manager Integration - Symmetra 80K

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

Moderators: Developers, Moderators

Post Reply
User avatar
phakesley
Posts: 39
Joined: Tue Nov 13, 2007 11:24 am

APC ISX Manager Integration - Symmetra 80K

Post by phakesley »

Has anyone done any work to bring in the ISX Manager or Symmetra 80K devices into CACTI. Specificaly around Input Power/Output Power for the 3 phases.

Thanks
Pete
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Moved to scripts and templates.
You may try on your own following instructions given at the first link of my signature
Reinhard
User avatar
phakesley
Posts: 39
Joined: Tue Nov 13, 2007 11:24 am

Post by phakesley »

I had tried your 'how to' guide without success. I was hoping someone had done a template for APC Symmetra 3 Phase so I can see voltage, Current and load for input and Output of all 3 phases on the same graph.

Pete
User avatar
phakesley
Posts: 39
Joined: Tue Nov 13, 2007 11:24 am

Here is my XML file that does not work.

Post by phakesley »

The Associated data query for the device returns 0 items 0 rows.
-- Output from the query --
+ Running data query [16].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/Symmetra80K.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.4.1.318.1.1.1.9.3.3.1.2'
+ Located input field 'phindex' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.4.1.318.1.1.1.9.3.3.1.2'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/Symmetra80K.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/Symmetra80K.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/Symmetra80K.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/Symmetra80K.xml'

--XML FILE--
<symmetra>
<name>Symmetra 80K Phase Data</name>
<description>Get APC Symmetra Data</description>
<oid_index>.1.3.6.1.4.1.318.1.1.1.9.3.3.1.2</oid_index>

<oid_num_indexes>.1.3.6.1.4.1.318.1.1.1.9.3.2.1.2</oid_num_indexes>

<index_order>upsPhInVolt:phindex</index_order>
<index_order_type>numeric</index_order_type>
<index_title_format>|chosen_order_field|</index_title_format>

<fields>
<phindex>
<name>Index</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.318.1.1.1.9.3.3.1.2</oid>
</phindex>
<upsPhOutVolt>
<name>Output Voltage</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.318.1.1.1.9.3.3.1.3.1.1</oid>
</upsPhOutVolt>
<upsPhOutCurr>
<name>Output Current</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.318.1.1.1.9.3.3.1.4.1.1</oid>
</upsPhOutCurr>
<upsPhOutLoad>
<name>Output Load</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.318.1.1.1.9.3.3.1.7.1.1</oid>
</upsPhOutLoad>
<upsPhOutPctLoad>
<name>Output Percent Load</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.318.1.1.1.9.3.3.1.10.1.1</oid>
</upsPhOutPctLoad>
</fields>
</symmetra>


Frustrated! you bet :(
SebH
Posts: 1
Joined: Tue Jan 08, 2008 5:30 am

Post by SebH »

We have tried it several ways, including directly referencing the MIB so that snmpwalk will pick up the correct OIDs.

<symmetra>
<name>Symmetra 80K Phase Data</name>
<index_order_type>numeric</index_order_type>
<index_order>upsPhaseOutputPhaseIndex</index_order>
<oid_index>PowerNet-MIB:upsPhaseOutputPhaseIndex.1.1</oid_index>
<oid_num_indexes>PowerNet-MIB:upsPhaseNumOutputPhases</oid_num_indexes>

<fields>
<upsPhaseOutputPhaseIndex>
<name>Index</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>PowerNet-MIB:upsPhaseOutputPhaseIndex.1.1</oid>
</upsPhaseOutputPhaseIndex>
<SupsPhOutVolt>
<name>Output Voltage</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.318.1.1.1.9.3.3.1.3</oid>
</SupsPhOutVolt>


+ Running data query [17].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/Symmetra80K-seb.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ 'PowerNet-MIB:upsPhaseOutputPhaseIndex.1.1'
+ Located input field 'upsPhaseOutputPhaseIndex' [walk]
+ Executing SNMP walk for data @ 'PowerNet-MIB:upsPhaseOutputPhaseIndex.1.1'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/Symmetra80K-seb.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/Symmetra80K-seb.xml'
+ Found data query XML file at '/var/www/html/cacti/resource/snmp_queries/Symmetra80K-seb.xml'
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests