5 Commits

Author SHA1 Message Date
6fb80abdc1 Merge pull request #3051 from vrillusions/apc-bank-count
apc discovery: Get a count of banks before pulling info
2016-04-11 16:18:46 +01:00
a8c4fe8dab Added eatonups.inc.php
I added this file in my local LibreNMS installation to get current values from my Eaton 5PX UPS. Another file is also needed :
librenms/includes/discovery/os/eatonups.inc.php
2016-02-23 10:52:33 +01:00
83d739b5ae apc discovery: Get a count of banks before pulling info
* On my device (AP7901 / AOS v3.9.0 / App v3.7.4) discovery would keep
  clobbering the bank and current sensor.  Looking in to it the oid
  should be used for current and not bank.  To fix this now it pulls
  a count of banks using the `rPDULoadDevNumBanks.0` oid. Per MIB that
  will return 0 if no banks are found.  In which case skip the bank
  detection.

* Also update PowerNet-MIB to v4.1.7 released 2015-08-05
2016-02-20 19:37:59 -05:00
e7e035305b Eaton Basics 2016-01-28 23:11:11 +01:00
laf
b5d1155006 Updated discovery sensors module directory structure 2016-01-17 20:47:47 +00:00