Commit Graph

1370 Commits

Author SHA1 Message Date
walrus
6763ad0790 * Split Telco Systems discovery into BiNOX and BiNOS
* Fix formatting errors

 Changes to be committed:
	renamed:    includes/discovery/mempools/batm.inc.php -> includes/discovery/mempools/binox.inc.php
	renamed:    includes/discovery/os/batm.inc.php -> includes/discovery/os/binos.inc.php
	new file:   includes/discovery/os/binox.inc.php
	deleted:    includes/discovery/processors/batm.inc.php
	new file:   includes/discovery/processors/binos.inc.php
	new file:   includes/discovery/processors/binox.inc.php
	deleted:    includes/discovery/sensors/temperatures/batm.inc.php
	new file:   includes/discovery/sensors/temperatures/binos.inc.php
	new file:   includes/discovery/sensors/temperatures/binox.inc.php
	renamed:    includes/polling/mempools/batm.inc.php -> includes/polling/mempools/binox.inc.php
	new file:   includes/polling/os/binos.inc.php
	renamed:    includes/polling/os/batm.inc.php -> includes/polling/os/binox.inc.php
2016-07-03 17:42:08 -05:00
walrus
6236657126 add files to telco-systems branch 2016-07-02 12:54:09 -05:00
Tony Murray
516af08126 Merge pull request #3608 from laf/issue-3590
Added base support + sensors for IBM AMM
2016-06-30 21:25:28 -05:00
laf
50fa575649 Added $os check + copyright 2016-06-30 21:42:45 +01:00
laf
2fb253e40a Updated blower states as per murrants find 2016-06-30 08:15:55 +01:00
laf
431b0f085f Fixed bad SQL query for bgp-peer disco 2016-06-29 00:32:33 +01:00
Neil Lathwood
025929c961 Merge pull request #3737 from murrant/huawei
Support Huawei SmartAX products.
2016-06-29 00:26:26 +01:00
Tony Murray
5f5db66eaa Support Huawei SmartAX products.
Use ifName for display.
ifIndex values exceed 32bit, change ifIndex columnt to bigint
2016-06-28 14:20:04 -05:00
Optic00
d87b46e2f6 Added latest Sophos UTM sysDesc
added sysDesc of Sophos UTM up to 06/28/16 for discovery
2016-06-28 18:40:32 +02:00
laf
6ba32ebe5c Fix for polling/discovery function issue 2016-06-24 15:32:19 +01:00
Neil Lathwood
fc90c2e6bb Merge pull request #3712 from Rosiak/issue-3707
Basic EMC FlareOS Support
2016-06-24 10:40:02 +01:00
Neil Lathwood
6f3fcf1ded Merge pull request #3713 from Rosiak/issue-3708
Enhance Brocade Fabric OS Support
2016-06-24 10:39:37 +01:00
Tony Murray
9c5017f8dc Merge pull request #3694 from laf/pretty-disco-poller
Prettify the poller + disco output
2016-06-23 14:37:20 -05:00
Rosiak
a33bf6aed4 Enhance Brocade Fabric OS Support
#3708

Also remove duplicate code.
2016-06-23 17:52:03 +02:00
Rosiak
4ffbcd75de Basic EMC FlareOS Support
#3707
2016-06-23 17:38:27 +02:00
Casey Schoonover
a073e1363e Cleaned up extra whitespace 2016-06-22 13:18:08 -05:00
Casey Schoonover
a23e7cffc1 Added DNOS detection for additional N3000 switches 2016-06-22 13:13:05 -05:00
laf
5d16cdb20a Fixed errors from scrut/murrant 2016-06-22 19:10:33 +01:00
Neil Lathwood
c8d9abe448 Merge pull request #3698 from murrant/timos
Consolidate timos sysObjectId checks
2016-06-22 09:51:36 +01:00
Tony Murray
7be0e5ad55 Consolidate timos sysObjectId checks.
Fixes #3554, #3557
2016-06-22 00:40:12 -05:00
laf
ee2ec6c7f9 Updated to use sysDescr 2016-06-21 19:42:16 +01:00
laf
246664d1f9 Updated module run time to be limited to 5 decimal places 2016-06-21 01:44:50 +01:00
laf
558dfb2344 Pretty up the discovery process output 2016-06-21 00:59:43 +01:00
laf
3ee0ff6756 Added detction for OSX El Capitan 2016-06-20 22:52:26 +01:00
laf
866d87bde8 Update 2016-06-17 09:01:57 +01:00
laf
8dc55b11d5 Fix for php5.3 in sentry3 discovery file 2016-06-17 00:22:40 +01:00
Søren Rosiak
a7ea2374de Sophos Support Redo 2016-06-16 19:13:18 +02:00
laf
ed17c7e39d Added detection for SwOS 2016-06-15 13:21:09 +00:00
Vikram Adukia
5b9fb7db5a start of adding basic support for the servertech sentry4 cdus
I agree to the conditions of the Contributor Agreement
    contained in doc/General/Contributing.md.
2016-06-14 18:21:16 -07:00
Søren Rosiak
366c43c1ae Merge pull request #3645 from laf/issue-3633 2016-06-14 19:00:23 +02:00
Maximilian Wilhelm
d53619ab4f Fix database update queries in discovery.php.
Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
2016-06-14 13:13:24 +02:00
Maximilian Wilhelm
2fd9879278 Fix database query for known ports in discovery.
While adding configurable port mapping in 2c9df26bbf
  I broke the query for known ports from the database so discovery.php considered
  ALL ports to be new every time it ran. Whoops.

  This went undetected for so long as there is a unique constraint on the ports
  table (device_id+ifIndex) which prevented ports from being added again and
  again.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
2016-06-14 13:12:12 +02:00
laf
e1ee0df0fa Updated poweralert sensors divisor to 1 from 10 2016-06-12 20:13:44 +00:00
laf
d328918a61 Merge branch 'issue-3590' of github.com:laf/librenms into issue-3590 2016-06-12 19:46:46 +00:00
laf
f4738ab0fa Rebased 2016-06-12 19:46:04 +00:00
Neil Lathwood
850170e03e Merge pull request #3639 from Rosiak/hpblmos-support
Basic HP Blade Management Support
2016-06-12 19:56:25 +01:00
Neil Lathwood
99d42139f8 Merge pull request #3641 from Rosiak/oracle-ilom-support
Basic Oracle ILOM Support
2016-06-12 19:40:01 +01:00
Søren Rosiak
ac5edc2967 Missing end 2016-06-12 16:00:38 +02:00
Søren Rosiak
f5b3fb1136 Basic Oracle ILOM Support
#3632
2016-06-12 15:59:17 +02:00
Søren Rosiak
097753a3cc Basic HP Blade Management Support
#3631
2016-06-12 15:06:31 +02:00
Søren Rosiak
c1b752e373 HWg-STE Temp & State Support
#3606
2016-06-12 14:48:25 +02:00
Tony Murray
8bf899ee5d Test against the snmpwalk with snmpsim
Fix issues with the snmp queries and indexes
2016-06-11 01:48:06 -05:00
Tony Murray
879abfb7e2 Merge pull request #3616 from keeperofdakeys/fan-sensor
Allow lmsensor fanspeeds of 0 to be discovered.
2016-06-10 11:19:53 -05:00
laf
a1d3ac7e16 Merge branch 'master' of github.com:laf/librenms into issue-3590 2016-06-09 10:36:07 +00:00
laf
cd7e47d314 Updates and fixes 2016-06-09 10:35:55 +00:00
Tony Murray
90749139f1 Merge pull request #3578 from Rosiak/hp3par-support
Basic HPE 3PAR Support
2016-06-09 00:48:48 -05:00
Tony Murray
6bd18f55f4 Merge pull request #3624 from Rosiak/hwg-ste
HWg Additions / Changes
2016-06-09 00:45:45 -05:00
Tony Murray
8d874e7220 Merge pull request #3625 from Rosiak/ibm-imm-support
Basic IBM IMM Support
2016-06-08 23:41:45 -05:00
Søren Rosiak
e9a06c07af Basic IBM IMM Support
#3622
2016-06-08 22:16:47 +02:00
Søren Rosiak
76920956a9 HWg Additions / Changes
#3606

And some changes to existing code.
2016-06-08 21:26:59 +02:00