Commit Graph
6546 Commits
Author SHA1 Message Date
Daniel Preussker 5e3f6a4530 Merge pull request #2638 from laf/scrutfix
Removed duplicate log_file config check and declaration fix
2015-12-20 17:23:34 +00:00
Daniel Preussker 4262d7f36b Merge pull request #2592 from laf/issue-2493-1
Added NOW() to dbUpdate calls to sensors
2015-12-20 17:13:05 +00:00
laf b8bc52ce0c Removed distinct() from query as we limit by 1 anyway 2015-12-19 19:50:02 +00:00
Daniel Preussker 70324ea4bb Update check.inc 2015-12-19 12:31:07 +00:00
Neil Lathwood 271f0591e8 Merge pull request #2645 from samyscoub/master
Fix myql empty graphs
2015-12-18 16:35:29 +00:00
Neil Lathwood a203c94747 Merge pull request #2632 from szatam/master
Non-vxworks based Quanta LB6M erroneously gets detected as Ubiquiti E…
2015-12-18 16:25:53 +00:00
Neil Lathwood 12011dc4b2 Merge pull request #2619 from vitalisator/issue-2614
Fix LLDP discovery on devices with absent lldpRemSysName field
2015-12-18 16:11:47 +00:00
Luke Gopher 62e83a2f28 Fix myql empty graphs
Fix this problem when we have another plugin enabled than Mysql on a server
2015-12-18 17:07:40 +01:00
Neil Lathwood 46231a5e56 Merge pull request #2613 from rucarrol/forti_cpu
Adding support for discovering/polling all processors in a Fortigate device
2015-12-18 16:05:16 +00:00
Neil Lathwood 1ced3dff98 Merge pull request #2558 from vizay/brocade-vdx-support
Added full discovery and polling support for brocade VDX devices.
2015-12-18 15:57:27 +00:00
laf d48aa2789c More influx changes 2015-12-18 11:48:33 +00:00
laf 3b976ba545 Influx update 2015-12-18 11:48:28 +00:00
laf bfb40dbca1 Removed duplicate log_file config check and declaration fix 2015-12-16 21:16:49 +00:00
laf 821a797ac9 Moved system polling module to core to centralise some snmpget calls 2015-12-16 20:56:58 +00:00
Mike Rostermund fe4bab1f52 Added LigoWave logo 2015-12-16 12:23:02 +01:00
Tamas Szabo 93f2d4b8d0 Non-vxworks based Quanta LB6M erroneously gets detected as Ubiquity Edgeswitch. New check for 'Quanta' in sysdescr added. 2015-12-15 12:54:49 +02:00
Aaron Daniels c63b7119cb Device Components.
The purpose of this feature is to provide a framework for discovery modules to store
information in the database, without needing to add new tables for each feature.

This Feature provides:
- A database structure to store data.
- An API to store and retrieve data from the database.
- Integration to the LibreNMS APIv0.
- Ability to disable/ignore components.
- Default alerting rules.

- The API returns $COMPONENT[$device_id][$component_id] to allow pulling of data for multiple devices.
  The intent is to be able to create 'Applications' the consolidate data from applications covering multiple devices.
- Added some developer documentation
2015-12-14 07:52:03 +10:00
vitalisator 4bd3b12c44 revert to fetchRow 2015-12-13 21:00:39 +01:00
vitalisator 7237c84164 change fetchRow to fetchCell 2015-12-13 20:24:08 +01:00
vitalisator 29e708819a closes #2614 2015-12-13 20:15:43 +01:00
Daniel Preussker 6cfe0c4b3f Merge pull request #2616 from laf/issue-2569
Moved memory graphs for vmware to mempool polling
2015-12-13 18:59:14 +00:00
laf 757017d4ef For SQL debug, if we see an insert into alert_log with details column then we mask the output 2015-12-13 18:31:45 +00:00
laf d0eab1c02b Moved memory graphs for vmware to mempool polling 2015-12-13 18:02:24 +00:00
laf d5b6e0e8da Updated device-groups functions to support returning all data or just group id 2015-12-13 17:20:34 +00:00
Ruairi Carroll b592689d23 Removing polling code for processors 2015-12-13 17:05:07 +01:00
laf ee226c062c Fixed fortigate sessions 2015-12-13 13:52:01 +00:00
laf a73a997edc Added API call for listing devices by groups 2015-12-12 13:47:44 +00:00
laf 62b4c21a12 Added API calls for device groups 2015-12-12 12:58:07 +00:00
Rosiak fbe56071a5 Add support for Cisco SG500 series
Fix #2561
2015-12-11 23:26:40 +01:00
Neil Lathwood 73f09f129a Merge pull request #2542 from ekoyle/add_stats_to_db
Add stats to db
2015-12-10 21:15:20 +00:00
Eldon Koyle bd23d9e56a This isn't the operator you are looking for. Move along. 2015-12-09 15:28:13 -07:00
laf 8953e268f8 Added NOW() to dbUpdate calls to sensors 2015-12-09 22:24:29 +00:00
root 8ed1a50657 Added parameter for sql query to check ifPhysAddress as thats what lldpRemPortId is 2015-12-09 20:37:15 +00:00
laf a56ccd7a74 Added option to disable lazy loading of images 2015-12-09 15:50:10 +00:00
Mark Chaney 674373d99a fixed backslash bug on ceph.inc.php
fixed backslash syntax error that stopped graphs from properly being generated.
2015-12-09 05:27:54 -06:00
laf c5b708d931 Fixed hipchat transport 2015-12-08 23:09:27 +00:00
Eldon Koyle 81d84e0f8b Always add 'extended' metrics to db and remove option 2015-12-08 09:54:31 -07:00
Daniel Preussker a2d97f4283 Merge pull request #2458 from laf/rrdtune
Fix for crazy traffic values seen in graphs
2015-12-08 16:12:22 +00:00
vizay 35e0408edd Added back discovery for older VDX systems for backwards compatibility. Fixed indentations 2015-12-08 16:24:12 +01:00
laf 48fab36592 Check that $fields has value 2015-12-08 15:17:53 +00:00
laf e75fc4b8b1 Future proofed 2015-12-08 13:53:38 +00:00
laf b831d096a9 For entity-sensor, changed variable name again 2015-12-07 03:02:06 +00:00
laf 6f44b19681 Updated device_by_id_cache() to convert IP column 2015-12-07 02:22:44 +00:00
Neil Lathwood 3f8ecc5f73 Merge pull request #2927 from adaniels21487/issue-2448
Quote snmp v2c community
2016-02-05 10:45:32 +00:00
Aaron Daniels 4ff92481e4 - Quote the SNMP v2c community, v3 is already quoted.
- Change the snmpver to double quotes for consistency.
2016-02-04 16:38:07 +10:00
vizay c39c46aa18 Removed starting parenthesis causing syntax error 2015-12-06 10:53:43 +01:00
Neil Lathwood 2728bca07c Merge pull request #2487 from f0o/issue-2485 2015-12-05 15:58:27 +00:00
vizay 59b4ef7712 Added discovery and polling support for brocade VDX devices. Removed an obsolete value and check for ifAlias (in definitions and ports) since VDX nowdays report correct from ifAlias. Removed printing of interface numbers for vdx devices in the interface list since VDX devices do not report the expected ifIndex value like other switches do 2015-12-04 15:35:02 +01:00
Neil Lathwood b47444a257 Merge pull request #2522 from f0o/alert_expansion_fix
Fix Glue-Expansion on alerts
2015-12-04 09:26:37 +00:00
Mike Rostermund 9b62235f25 Ignore HC Broadcast and Multicast Counters for Cisco SB as they're always 0 2015-12-03 22:00:39 +01:00