Commit Graph
706 Commits
Author SHA1 Message Date
laf 7f823b6d49 Adding more updates found by f0o 2015-03-01 12:23:31 +00:00
laf ba5eb4e51a Tidying up 2015-02-26 23:04:12 +00:00
laf 15cc00c27d Tidying up 2015-02-26 23:04:10 +00:00
mchasteenandlaf 9d3b866202 This probably should have been commited earlier. Added some logic to remove NULL values from sensor DB inserts. 2015-02-26 23:04:02 +00:00
mchasteenandlaf af291f4fc7 Added some logic to keep a mac address that has no associated port from being added to the ipv4_mac table. I found that a cisco device was trying to add a loop-back mac address (000000000000). 2015-02-26 23:03:59 +00:00
mchasteenandlaf dd55334293 Rethought this code. Added some logic to detect a temperature value that contains more than numbers. 2015-02-26 23:03:56 +00:00
mchasteenandlaf 7996686e53 Fixed SQL error relating to the temperature in the cisco-envmon.inc.php in discovery. 2015-02-26 23:03:54 +00:00
mchasteenandlaf 4781e6d05e Fixed the discovered_last field update thing. 2015-02-26 23:03:45 +00:00
mchasteenandlaf c2ab3e1d0d Fixed the discover_links function so that it can not blow up with NULL values. 2015-02-26 23:03:43 +00:00
mchasteenandlaf 03ad4b7bc5 Fixed SQL statement so things don't go broke. 2015-02-26 23:03:28 +00:00
mchasteenandlaf d47952f69e Fixed mempools function. 2015-02-26 23:03:25 +00:00
mchasteenandlaf 469a06ae93 Fixed processor discovery. SQL correctly inserts and updates now. Also fixed usage field for cisco devices. 2015-02-26 23:03:23 +00:00
mchasteenandlaf f70989542b Fixed entity-physical. Fixed the ifindex logic. Also fixed the update and insert function calls. 2015-02-26 23:03:20 +00:00
mchasteenandlaf b73f642bc6 Fixed vlan discover so there isn't any more SQL errors. Will need further testing. 2015-02-26 23:03:17 +00:00
laf a0701fbd25 Fixing scrutinizer issue 2015-02-26 19:48:54 +00:00
laf fdf902116e Updaetd page formatting 2015-02-26 19:38:47 +00:00
mchasteenandlaf 5de5d9c251 Added support for non-high precision APC UPS devices. Tested with APC UPS 8000XL. 2015-02-26 19:31:08 +00:00
mchasteenandlaf c1c26bf831 Added new sensor - Battery Charge. Added discover and polling for APC UPSes. 2015-02-26 19:30:49 +00:00
Neil Lathwood cd43e11032 Fixed some scrut major issues 2015-02-22 19:28:09 +00:00
Mike Rostermund 5ddf177103 Added fetching of CPU usage on Cisco SB 2015-02-21 05:09:07 -08:00
Mike Rostermund a01721f1fb Added support for additional Cisco SB units 2015-02-19 23:05:10 +01:00
Rosiak 730caac74a Basic Ruckus Wireless Support
Basic device support for Ruckus Wireless devices.
2015-02-16 20:14:04 +01:00
Rosiak 3804ee001e Basic Barracuda Loadbalancer Support
Very basic discovery support for the Barracuda Loadbalancers.
2015-02-15 12:39:58 +01:00
Søren Rosiak 47a07d44ec Update ibmnos.inc.php
Use or instead of elseif
2015-02-14 17:20:01 +01:00
Rosiak 92422461f2 IBM NOS Support
Basic device support for a few IBM NOS devices.
Will add more as i get access to more devices.
2015-02-14 13:18:00 +01:00
Neil Lathwood 498e4c3fd7 Merge pull request #422 from tuomari/wlc
Add cisco wireless controller detection
2015-02-12 09:25:40 +00:00
Tuomas Riihimäki b438fd131a Add cisco wireless controller detection and airespace-mibs 2015-02-12 10:33:01 +02:00
Tuomas Riihimäki ec802efd3b Do not add empty $config['mydomain'] when autodiscovering
When \$config['mydomain'] variable is empty, '.' is appended to
the device hostname. This patch adds a check to prevent that."
2015-01-23 18:49:19 +02:00
Neil Lathwood 8deae3ff79 Added Hikvision support 2015-01-05 21:06:49 +00:00
Paul Gear 06780f1003 Testing EdgeOS support 2014-11-22 20:23:02 +10:00
Paul Gear e60245b4f2 More testing of VyOS support 2014-11-22 18:11:56 +10:00
Paul Gear 198cf9ac08 Testing VyOS support 2014-11-22 17:47:32 +10:00
Toni Cunyat eefb5eb974 Alcatel-Lucent OmniSwich (Aruba rebranded) is detected like AOS device #338 2014-11-03 16:40:20 +01:00
Paul Gear 5f9ebd1551 Fix MAC address change false positives 2014-09-28 11:07:30 +10:00
laf d0fa4eb9ec Added none to vtpversion check 2014-09-09 20:46:17 +01:00
Paul Gear d49a0b697d Add some debug statements to assist with troubleshooting discovery failure 2014-07-17 15:43:46 +10:00
laf e0ee9c01a3 Updated column on select which was incorrect 2014-06-24 21:27:30 +01:00
laf 3483952dd7 Fixed more backticks missing 2014-06-24 02:43:05 +01:00
laf 96346e91b8 Added missing backtick :( 2014-06-24 02:02:56 +01:00
laf 38918c9348 Fixes for dbInsert / dbUpdate queries 2014-06-10 22:21:10 +01:00
Paul Gear fb1ae78000 Fix engenius discovery error 2014-05-21 04:45:50 +10:00
Paul Gear ee3ba9ceff Revert "Merge pull request #158 from laf/issue-156"
This reverts commit e6fa7d433d, reversing
changes made to e2280aa603.

This commit does not constitute agreement with the claim of copyright violation made by Adam Armstrong at
https://github.com/librenms/librenms/commit/e6fa7d433d497abd0ffa56090eafda4630c96442
2014-04-28 20:14:06 +10:00
Paul Gear 45d8325e97 Revert "Merge pull request #160 from laf/issue-159"
This reverts commit 59dfe4eee2, reversing
changes made to e6fa7d433d.

This commit does not constitute agreement with the claim of copyright violation made by Adam Armstrong at
https://github.com/librenms/librenms/commit/59dfe4eee24630649a1b96b82cb55fb29e07a0b0
2014-04-28 20:10:36 +10:00
Paul Gear 59dfe4eee2 Merge pull request #160 from laf/issue-159
Urgent: Fix for Cisco kit where match prefix is switched off
2014-04-28 09:25:11 +10:00
Paul Gear e6fa7d433d Merge pull request #158 from laf/issue-156
Urgent: Updated external_exec to use proc_open
2014-04-28 09:24:54 +10:00
laf becc1caca8 Fixed issues report by scrutinizer 2014-03-30 15:50:09 +01:00
Paul Gear 07e9ca3a14 Merge pull request #190 from laf/issue-12
Updated most files to use dbFacile
2014-03-30 14:58:41 +10:00
Paul Gear a71d34072a Merge pull request #188 from toyowheelin/issue-183
This adds support for EAP600 and possibly other engenius access points a...
2014-03-29 09:34:19 +10:00
Paul Gear 7b33275200 Merge pull request #198 from toyowheelin/issue-197
This addresses issues-197. Thanks to lafwood for debugging this for me.
2014-03-25 23:12:14 +10:00
Greg Bolte dfa99d6206 This addresses issues-197. Thanks to lafwood for debugging this for me. 2014-03-16 07:20:13 -07:00