Commit Graph

2962 Commits

Author SHA1 Message Date
Neil Lathwood e00a35c2ff Merge pull request #2867 from paulgear/master
Update per-module poller performance collection
2016-01-28 09:41:09 +00:00
Paul Gear 99a76d4ea2 Update per-module poller performance collection
This makes the following changes:
- Record per-module performance data in the same measurement as overall poller-perf
- Add tags to distinguish modules
- Update rrd filenames
- Use stacked graph for poller modules
2016-01-26 20:20:42 +10:00
Daniel Preussker 3e97875d77 Merge pull request #2787 from laf/anonymous-data
Added verbose debugging, normal debugging will now try and mask certain information
2016-01-26 08:09:05 +00:00
Daniel Preussker 3b6fb8c4c3 Merge pull request #2854 from laf/issue-2810
Added Lexmark printer support
2016-01-26 05:39:21 +00:00
laf 26d96ba718 Fixed nagios transport 2016-01-25 23:58:38 +00:00
laf 9b1d2f31a1 Added Lexmark printer support 2016-01-24 23:57:24 +00:00
laf 2a2c32787a Fixed silly sql build for vminfo table 2016-01-24 23:36:38 +00:00
vitalisator 995897b75c switch to newer IEEE8021-Q-BRIDGE-MIB 2016-01-24 20:50:42 +01:00
vitalisator 40d17b4c4a resolve problem with absent VLAN's on devices with reported version 2 ieee8021QBridgeVlanVersionNumber
ieee8021QBridgeVlanVersionNumber OBJECT-TYPE
    SYNTAX      INTEGER {
                    version1(1),
                    version2(2)
                }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The version number of IEEE 802.1Q that this device
        supports.  Reported as 1 by VLAN Bridges that support
        only SST operation, and reported as 2 by VLAN Bridges
        that support MST operation."
    REFERENCE   "12.10.1.1"
    ::= { ieee8021QBridgeEntry 2 }
2016-01-24 20:35:29 +01:00
Mike Rostermund 006056a754 Store performance data for each poller module 2016-01-24 15:35:31 +01:00
Daniel Preussker 8c0c5210cf Merge pull request #2835 from BarbarossaTM/auth-ldap-authorize
Add HTTP Authentication / LDAP Authorization module
2016-01-22 08:02:58 +00:00
Paul Gear 1aad82c73c Merge pull request #2836 from laf/issue-2833
Added eventlog to show when device has been removed
2016-01-22 10:25:44 +10:00
Paul Gear 7528453941 Remove null message on rename 2016-01-22 09:39:26 +10:00
Neil Lathwood b0f4c97d0b Merge pull request #2786 from paulgear/list-only-relevant-mib-graphs
Show only relevant MIB graphs
2016-01-21 23:31:50 +00:00
Neil Lathwood abf2fc0ba5 Merge pull request #2740 from paulgear/unified-data-storage-rrd-influx
First cut at unified data storage for rrdtool & influxdb
2016-01-21 23:31:09 +00:00
laf e03031e793 Added eventlog to show when device has been removed 2016-01-21 23:12:18 +00:00
Maximilian Wilhelm 64ce4f335f Add HTTP Authentication / LDAP Authorization module.
This Authentitation / Authorization module provides the ability to let
  the webserver (e.g. Apache) do the user Authentication (using Kerberos
  f.e.) and let libreNMS do the Authorization of the already known user.
  Authorization and setting of libreNMS user level is done by LDAP group
  names specified in the configuration file. The group configuration is
  basicly copied from the existing ldap Authentication module.

  To save lots of redundant queries to the LDAP server and speed up the
  libreNMS WebUI, all information is cached within the PHP $_SESSION as
  long as specified in $config['auth_ldap_cache_ttl'] (Default: 300s).

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
2016-01-21 21:49:08 +01:00
Rosiak e2775bd45f Fix 2723 2016-01-21 14:18:01 +01:00
Paul Gear 53b5f4e1c8 Fix the same bug in routeros section 2016-01-21 08:52:32 +10:00
Paul Gear e8c64e98a4 Fix use of CISCO-AAA-SESSION-MIB
It should only be used if OS was discovered.
2016-01-21 08:50:20 +10:00
Daniel Preussker c11cf53658 Merge pull request #2815 from laf/notifications-update
Added local rss file + tidied up locations of notifications and callback
2016-01-20 20:01:07 +00:00
Mike Rostermund dfc32107b5 Merge pull request #2794 from laf/sensors-cleanup
Updated discovery sensors module directory structure
2016-01-19 23:28:48 +01:00
laf aea5c3f515 Updated missing states sensor dir change 2016-01-19 22:16:48 +00:00
Mike Rostermund e021cf8f67 Merge pull request #2801 from wiad/issue-2708
Add infoblox devices (Issue 2708)
2016-01-19 23:00:43 +01:00
Paul Gear b5e67358a0 Merge pull request #2809 from laf/issue-2772
Removed unused code in port poller for non-cisco devices
2016-01-20 07:52:34 +10:00
Neil Lathwood eb34c1c84e Merge pull request #2814 from paulgear/disable-global-debug-message
Disable debug message about MIB poller
2016-01-19 21:52:06 +00:00
laf a45259377b Added local rss file + tidied up locations of notifications and callback 2016-01-19 21:50:00 +00:00
Paul Gear 8416f4af3e Disable debug message about MIB poller 2016-01-20 07:40:03 +10:00
laf 2dec9c3996 Rebased (sql schema conflict) 2016-01-19 14:33:15 +00:00
laf 302ecb8858 Removed unused code in port poller for non-cisco devices 2016-01-19 11:25:03 +00:00
wiad 45e412f64b Merge branch 'master' of https://github.com:/wiad/librenms into issue-2708 2016-01-19 12:03:48 +01:00
wiad 2883759c93 fix syntax 2016-01-19 12:02:47 +01:00
wiad 71195bcd85 fix syntax 2016-01-19 12:01:44 +01:00
Paul Gear a340f353c2 Merge pull request #2623 from adaniels21487/issue-1650
Device Components.
2016-01-19 20:38:34 +10:00
laf 3a8b0b053d Rebased includes/common.php 2016-01-19 09:00:18 +00:00
wiad 086443b77a Merge branch 'master' of https://github.com:/wiad/librenms into issue-2708
Conflicts:
	includes/definitions.inc.php
2016-01-19 09:51:03 +01:00
wiad 1a8472258b Fixed syntax error in line continuation 2016-01-19 08:03:30 +01:00
Daniel Preussker ded1fa3e73 Merge pull request #2796 from laf/issue-2091
Added config option to force showing sysName instead of IP
2016-01-19 05:34:49 +00:00
Neil Lathwood 7c39cba569 Merge pull request #2795 from arrmo/master
Add Support for Lenovo EMC (NAS)
2016-01-18 19:05:20 +00:00
arrmo d9857f8168 Non-HTML version of the file ... :-). 2016-01-18 12:10:50 -06:00
arrmo 73113b888f Pull the latest from recent merge (corrections by Paul Gear) 2016-01-18 11:55:19 -06:00
wiad 4a0cc16093 add infoblox 2016-01-18 14:48:39 +01:00
laf 47ff913baa Updated for Scrut fix 2016-01-18 12:54:25 +00:00
wiad 65176c00bd Addes support for infoblox devices 2016-01-18 13:51:39 +01:00
laf cc25e87bcd Added check for hostname 2016-01-18 00:04:30 +00:00
laf 49adff3895 Added the lookup of IP if device hostname is a hostname 2016-01-17 23:59:51 +00:00
arrmo 2f6800b5e4 Updates based on comments from Pull-Request 2016-01-17 17:08:16 -06:00
arrmo 734f9bc34e Revert "Patch from Paul Gear, for Custom MIB data handling (non-integer)"
This reverts commit d3cddffdc7.
2016-01-17 17:06:30 -06:00
laf 5e37de8b65 Added config option to force showing sysName instead of IP 2016-01-17 22:01:09 +00:00
laf b5d1155006 Updated discovery sensors module directory structure 2016-01-17 20:47:47 +00:00