Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • None
    • None
    • Discovery
    • Tested devices: Clavister E80 (just Temperature), Clavister W30

    Description

      I would like to have temperature (and fan sensors if available) logged, so I've updated

      includes/definitions/mibs/clavister.inc.php

      with definitions for that.

       

      Here are some snmpwalk examples:

       

      Device without fans:

      $ snmpwalk -v2c -c public 192.168.1.1 .1.3.6.1.4.1.5089.1.2.1.11
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.1.1 = INTEGER: 1
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.2.1 = STRING: "CpuTemp"
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.3.1 = Gauge32: 65
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.4.1 = STRING: "C"

      Device with fan and multiple temperature sensors:

      $ snmpwalk -v2c -c public 192.168.1.1 .1.3.6.1.4.1.5089.1.2.1.11
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.1.1 = INTEGER: 1
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.1.2 = INTEGER: 2
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.1.3 = INTEGER: 3
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.2.1 = STRING: "SysTemp"
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.2.2 = STRING: "CPUFan"
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.2.3 = STRING: "CpuTemp"
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.3.1 = Gauge32: 28
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.3.2 = Gauge32: 7627
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.3.3 = Gauge32: 36
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.4.1 = STRING: "C"
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.4.2 = STRING: "RPM"
      SNMPv2-SMI::enterprises.5089.1.2.1.11.1.4.3 = STRING: "C"

      Attached code works for me, feel free to adjust it.

      Attachments

        Activity

          [OBS-3441] Add sensors for Clavister devices

          Added in r10618.

          landy Mike Stupalov added a comment - Added in r10618.

          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community>  --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community>  --hexOutputLength=0 -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

          Note, this comment is added automatically.

          bot Observium Bot added a comment - Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> --hexOutputLength=0 -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 Note, this comment is added automatically.

          People

            landy Mike Stupalov
            nhulsch-mbk Nils Hulsch
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: