Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-4642

Improve monitoring of generators using DSE-892

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • Poller

    Description

      Observium has support for the DSE-892 generator gateway, however many important OID's are missed (like Coolant Temperature or Oil Pressure). I've attached the MIB for reference.

      Attachments

        Activity

          [OBS-4642] Improve monitoring of generators using DSE-892

          I just upgraded and see that it sees those - however, many were lost (see below). I'll get back to you if pressure units are wrong.

          Eventlog

            2m 33s  Mains Frequency Sensor deleted: frequency DSE-892-mainsFreq 1 Mains Frequency
            2m 33s  Generator Frequency Sensor deleted: frequency DSE-892-genFreq 1 Generator Frequency
            2m 33s  Mains L3-L1 Sensor deleted: voltage DSE-892-mainsL3L1Volts 1 Mains L3-L1
            2m 33s  Mains L2-L3 Sensor deleted: voltage DSE-892-mainsL2L3Volts 1 Mains L2-L3
            2m 33s  Mains L1-L2 Sensor deleted: voltage DSE-892-mainsL1L2Volts 1 Mains L1-L2
            2m 33s  Mains L3 Sensor deleted: voltage DSE-892-mainsL3Volts 1 Mains L3
            2m 33s  Mains L2 Sensor deleted: voltage DSE-892-mainsL2Volts 1 Mains L2
            2m 33s  Mains L1 Sensor deleted: voltage DSE-892-mainsL1Volts 1 Mains L1
            2m 33s  Generator L1-L2 Sensor deleted: voltage DSE-892-genL1L2Volts 1 Generator L1-L2
            2m 33s  Generator L2 Sensor deleted: voltage DSE-892-genL2Volts 1 Generator L2
            2m 33s  Generator L1 Sensor deleted: voltage DSE-892-genL1Volts 1 Generator L1
            2m 34s  Engine Hours Counter added: lifetime DSE-892::engHours.1 Engine Hours
            2m 34s  Generator Accumulated Counter added: aenergy DSE-892::genAccKVA.1 Generator Accumulated
            2m 34s  Generator Accumulated Counter added: energy DSE-892::genAccKW.1 Generator Accumulated
            2m 35s  Coolant Sensor added: temperature DSE-892-coolantTemp 1 Coolant
            2m 35s  Oil Sensor added: pressure DSE-892-oilPressure 1 Oil
          arubenstein Alex Rubenstein added a comment - I just upgraded and see that it sees those - however, many were lost (see below). I'll get back to you if pressure units are wrong. Eventlog   2m 33s   Mains Frequency  Sensor deleted: frequency DSE-892-mainsFreq 1 Mains Frequency   2m 33s   Generator Frequency  Sensor deleted: frequency DSE-892-genFreq 1 Generator Frequency   2m 33s   Mains L3-L1  Sensor deleted: voltage DSE-892-mainsL3L1Volts 1 Mains L3-L1   2m 33s   Mains L2-L3  Sensor deleted: voltage DSE-892-mainsL2L3Volts 1 Mains L2-L3   2m 33s   Mains L1-L2  Sensor deleted: voltage DSE-892-mainsL1L2Volts 1 Mains L1-L2   2m 33s   Mains L3  Sensor deleted: voltage DSE-892-mainsL3Volts 1 Mains L3   2m 33s   Mains L2  Sensor deleted: voltage DSE-892-mainsL2Volts 1 Mains L2   2m 33s   Mains L1  Sensor deleted: voltage DSE-892-mainsL1Volts 1 Mains L1   2m 33s   Generator L1-L2  Sensor deleted: voltage DSE-892-genL1L2Volts 1 Generator L1-L2   2m 33s   Generator L2  Sensor deleted: voltage DSE-892-genL2Volts 1 Generator L2   2m 33s   Generator L1  Sensor deleted: voltage DSE-892-genL1Volts 1 Generator L1   2m 34s   Engine Hours  Counter added: lifetime DSE-892::engHours.1 Engine Hours   2m 34s   Generator Accumulated  Counter added: aenergy DSE-892::genAccKVA.1 Generator Accumulated   2m 34s   Generator Accumulated  Counter added: energy DSE-892::genAccKW.1 Generator Accumulated   2m 35s   Coolant  Sensor added: temperature DSE-892-coolantTemp 1 Coolant   2m 35s   Oil  Sensor added: pressure DSE-892-oilPressure 1 Oil

          This MIB and os already supported.
          As I see, mostly sensors reported as 0 (zero).

          I added some new sensors in r13107.
          But since there is no description anywhere of used units and scales, I not sure that added it correctly.

          landy Mike Stupalov added a comment - This MIB and os already supported. As I see, mostly sensors reported as 0 (zero). I added some new sensors in r13107. But since there is no description anywhere of used units and scales, I not sure that added it correctly.

          I've added the snmpwalk as requested.

          arubenstein Alex Rubenstein added a comment - I've added the snmpwalk as requested.

          General questions and device support can be discussed in our Discord channel, click here to join.


          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk

            If device not support SNMP version 2c, replace -v2c with -v1.

          • If you have problems with discovery or poller processes, please do and attach these debugs:

            ./discovery.php -d -h <device>
            ./poller.php -d -h <device>

          • additionally attach device and/or vendor specific MIB files

          This comment is added automatically.

          bot Observium Bot added a comment - General questions and device support can be discussed in our Discord channel, click here to join . Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk If device not support SNMP version 2c, replace -v2c with -v1. If you have problems with discovery or poller processes, please do and attach these debugs: ./discovery.php -d -h <device> ./poller.php -d -h <device> additionally attach device and/or vendor specific MIB files This comment is added automatically.

          People

            landy Mike Stupalov
            arubenstein Alex Rubenstein
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: