centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
310 stars 273 forks source link

[hardware::ups::apc::snmp::plugin] --mode=input-lines: not compatible with APC Galaxy #4397

Closed joschi99 closed 1 year ago

joschi99 commented 1 year ago

We have a problem with a APC UPS with mode input-lines, which is returning only the frequency, but voltage, status ecc are not working. Seem's that this APC uses different SNMP OID: .1.3.6.1.4.1.318.1.1.1.3.2.1.0 = undef .1.3.6.1.4.1.318.1.1.1.3.2.4.0 = 50 .1.3.6.1.4.1.318.1.1.1.3.2.5.0 = undef .1.3.6.1.4.1.318.1.1.1.3.3.1.0 = undef .1.3.6.1.4.1.318.1.1.1.3.3.4.0 = undef .1.3.6.1.4.1.318.1.1.1.5.2.2.0 = undef .1.3.6.1.4.1.318.1.1.1.5.2.3.0 = undef

The correct SNMP OIDs seems different:

5f9c057e3a8264.95378949990-6480-EN.pdf

SNMP walk: oid apc galaxy (1).txt

SNMP MIB: powernet441.zip

garnier-quentin commented 1 year ago

It seems there are values by phases in table upsPhaseInputPhaseTable (.1.3.6.1.4.1.318.1.1.1.9.2.3.1).

joschi99 commented 1 year ago

Hi @garnier-quentin, any news for them? Did you need additional infos?

garnier-quentin commented 1 year ago

It seems ok

garnier-quentin commented 1 year ago

https://github.com/centreon/centreon-plugins/pull/4551