Bug in the "powerwalker.yaml" file

Hi,
It seems there is a bug in the powerwalker.yaml file:
The OID “.1.3.6.1.4.1.935.10.1.1.3.4” is used (correctly) to get the estimated remaining battery charge, and the same OID is used (incorrectly, expected to be “.1.3.6.1.4.1.935.10.1.1.2.2.0”) to get the system temperature.

     charge:
        data:
            -
                oid: upsEBatteryEstimatedChargeRemaining
                num_oid: '.1.3.6.1.4.1.935.10.1.1.3.4.{{ $index }}'
                index: 'upsEBatteryEstimatedChargeRemaining.{{ $index }}'
                descr: Battery charge remaining
    temperature:
        options:
            divisor: 10
        data:
            -
                oid: upsESystemTemperature
                num_oid: '.1.3.6.1.4.1.935.10.1.1.3.4.{{ $index }}'
                index: 'upsESystemTemperature.{{ $index }}'
                descr: Ambient Temperature

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.