Details

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

    Description

      se attached files.

      Attachments

        Activity

          [OBS-3393] Eaton updated MIB

          I.e. for MGE UPS we have complete same status "Battery Replacement Needed":

          $type = 'mge-status-state';
          $config['mibs'][$mib]['states'][$type][1] = array('name' => 'Yes', 'event' => 'alert');
          $config['mibs'][$mib]['states'][$type][2] = array('name' => 'No', 'event' => 'ok');

          landy Mike Stupalov added a comment - I.e. for MGE UPS we have complete same status "Battery Replacement Needed": $type = 'mge-status-state'; $config['mibs'][$mib]['states'][$type][1] = array('name' => 'Yes', 'event' => 'alert'); $config['mibs'][$mib]['states'][$type][2] = array('name' => 'No', 'event' => 'ok');

          Please show 'XUPS-MIB::xupsBatteryLastReplacedDate.0' and 'XUPS-MIB::xupsBatteryAged.0' for UPS which you are talking about.

          landy Mike Stupalov added a comment - Please show 'XUPS-MIB::xupsBatteryLastReplacedDate.0' and 'XUPS-MIB::xupsBatteryAged.0' for UPS which you are talking about.

          "Old battery" is timer set my Eaton, and is not configurable.  with a old battery the UPS will still work but is presumed to be bellow a threshold, about 50%. https://www.eaton.com/content/dam/eaton/products/backup-power-ups-surge-it-power-distribution/backup-power-ups/eaton-ups-battery-tech-brief-bat14fxa.pdf

          For us we will then plan it accordingly, oddly enough this is the first UPS  i have seen this status. Normally this is done manually.

           

          I think the xupsBatteryNotPresent should be a alert.  What other device support XUPS-MIB, that are not UPS's?

          Eideen Torstein Eide added a comment - "Old battery" is timer set my Eaton, and is not configurable.  with a old battery the UPS will still work but is presumed to be bellow a threshold, about 50%.  https://www.eaton.com/content/dam/eaton/products/backup-power-ups-surge-it-power-distribution/backup-power-ups/eaton-ups-battery-tech-brief-bat14fxa.pdf For us we will then plan it accordingly, oddly enough this is the first UPS  i have seen this status. Normally this is done manually.   I think the xupsBatteryNotPresent should be a alert.  What other device support XUPS-MIB, that are not UPS's?
          landy Mike Stupalov added a comment - - edited

          I did make a distinction about warning/alert level, like a battery is old is not a immediate action.
          nominally it is exactly alert state, but you can ignore it by self alert rules.

          I made the xupsBatteryNotPresent a alert since no battery means i have not working UPS.
          currently this status set ignore which mean "alert", but ignored. Probably I can switch this status to "alert" to, but not warning!
          this Oid present not only on UPS devices, where not exist battery is not high trouble.

          landy Mike Stupalov added a comment - - edited I did make a distinction about warning/alert level, like a battery is old is not a immediate action. nominally it is exactly alert state, but you can ignore it by self alert rules. I made the xupsBatteryNotPresent a alert since no battery means i have not working UPS. currently this status set ignore which mean "alert", but ignored. Probably I can switch this status to "alert" to, but not warning! this Oid present not only on UPS devices, where not exist battery is not high trouble.
          Eideen Torstein Eide added a comment - - edited

          for the status's:

          I didn't know about the ng version, so we can probly use that.

          I did make a distinction about warning/alert level, like a battery is old is not a immediate action. 

          I made the xupsBatteryNotPresent a alert since no battery means i have not working UPS.

          for sensors: 

          I notices if i played around with the oid part i will break RRD file mapping on other UPS. so it probly need a "rename_rrd" to update the rrd to new.

          For current I was thinking of using the same oid, so the RRD file stayed the same.

          For current i think it was redundant to have the auto limite enable, duo the change load we have on ours UPS day vs night, and it was creating a lot of false alerts. for overload we have the load and the power that is more accurate.

          The reason for not controlling for 

          && $entry['xupsBypassCurrentHighPrecision'] != 0)  

          was that Bypass current is only active then UPS is in bypass mode.

           

           

           

          Eideen Torstein Eide added a comment - - edited for the status's: I didn't know about the ng version, so we can probly use that. I did make a distinction about warning/alert level, like a battery is old is not a immediate action.  I made the xupsBatteryNotPresent a alert since no battery means i have not working UPS. for sensors:  I notices if i played around with the oid part i will break RRD file mapping on other UPS. so it probly need a "rename_rrd" to update the rrd to new. For current I was thinking of using the same oid, so the RRD file stayed the same. For current i think it was redundant to have the auto limite enable, duo the change load we have on ours UPS day vs night, and it was creating a lot of false alerts. for overload we have the load and the power that is more accurate. The reason for not controlling for  && $entry[ 'xupsBypassCurrentHighPrecision' ] != 0 ) was that Bypass current is only active then UPS is in bypass mode.      

          is attached.

          Eideen Torstein Eide added a comment - is attached.

          is attached.

          Eideen Torstein Eide added a comment - is attached.

          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
            Eideen Torstein Eide
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: