Hi, I'm curently changing the conf files to support MGE UPS.
It works fine but an bug or design error causes problems.
when i add vendor spesific monitors I add the following configuration
<DEFAULTGRAPH Name="UPSOutputVoltage"> <YAXISTEXT>VAC</YAXISTEXT> <DISPLAYNAME>UPS Output Voltage</DISPLAYNAME> <name>UPSOutputVoltage</name> <Vendor>SNMP</Vendor> <Monitor>Vendor Specific</Monitor> <Description>The output voltage of the UPS system in VAC</Description> <oid>.1.3.6.1.4.1.705.1.7.2.1.2.1</oid> <type>node</type> <interval>900</interval> <THRESHOLDENABLED>false</THRESHOLDENABLED> </DEFAULTGRAPH>
Where the OID are .1.3.6.1.4.1.705.1.7.2.1.2.1 this OID are output voltage for MGE.
But Opmanager uses .1.3.6.1.4.1.705.1.7.2.1.2.1.0 this gives an error and It does not work as intended.