Commit Graph

9742 Commits

Author SHA1 Message Date
vitalisator
1eaf7d7aab 1st try to make bootgrid table 2016-01-24 18:49:35 +01:00
vitalisator
41d5d097ef add some html page formatting 2016-01-24 18:49:35 +01:00
vitalisator
0e2a9f59aa add print-stp-ports 2016-01-24 18:49:34 +01:00
vitalisator
b476c5bf99 add STP Ports 2016-01-24 18:45:19 +01:00
Neil Lathwood
2e274f5e2a Merge pull request #2849 from SaaldjorMike/module-graphs
Store performance data for each poller module
2016-01-24 15:48:17 +00:00
Mike Rostermund
006056a754 Store performance data for each poller module 2016-01-24 15:35:31 +01:00
Neil Lathwood
2a2d5bcd6e Merge pull request #2846 from joaogalaghar/patch-4
Update notifications.inc.php
2016-01-24 01:04:22 +00:00
João Galaghar
dd345b679c Update notifications.inc.php 2016-01-23 23:45:34 +00:00
Daniel Preussker
a9bb52d810 Merge pull request #2834 from ekoyle/alerts_widget_groups
Add group filtering to alerts widget
2016-01-23 09:45:39 +00:00
Mike Rostermund
09acef9f81 Merge pull request #2845 from JamesonFinney/JamesonFinneyissue-2844
Fix for misspelling on GlobalFrontpage.md
2016-01-23 10:30:38 +01:00
Jameson Finney
637cbc48ad Update AUTHORS.md
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2016-01-22 20:31:57 -05:00
Jameson Finney
ea25f26d29 Corrected spelling of Experimental 2016-01-22 20:28:12 -05:00
Mike Rostermund
81fdfa6aa9 Merge pull request #2839 from joaogalaghar/patch-3
Update README.md
2016-01-22 12:17:42 +01:00
João Galaghar
88b5dff95a Update README.md 2016-01-22 11:12:50 +00:00
João Galaghar
3d12b0e68c Update README.md 2016-01-22 11:03:54 +00: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
Eldon Koyle
5b074cb511 Add information to widget title
* Add info to widget title to make it clear what is being filtered
* Remove some debug
2016-01-21 17:01:45 -07:00
Neil Lathwood
9c82bcf00b Merge pull request #2837 from paulgear/log-rrd-rename
Remove null field on rename
2016-01-21 23:55:16 +00: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
6d576a4d3c I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
2016-01-21 21:50:44 +01: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
Eldon Koyle
996c2fa4ca Add group filtering to alerts widget
* Add filtering by device_group to alerts widget
* Allow searching by state == recovered
2016-01-21 12:51:49 -07:00
Mike Rostermund
aec0453c76 Merge pull request #2767 from Rosiak/issue-2723
Fix 2723
2016-01-21 18:54:14 +01:00
Neil Lathwood
207a7e1caa Merge pull request #2830 from joaogalaghar/patch-2
Update Installation-Lighttpd-(Debian-Ubuntu).md
2016-01-21 15:07:37 +00:00
João Galaghar
13f90e28be Update Installation-Lighttpd-(Debian-Ubuntu).md
Maria VS MySQL (already installed above)
2016-01-21 14:44:21 +00:00
Rosiak
e2775bd45f Fix 2723 2016-01-21 14:18:01 +01:00
Daniel Preussker
2d3367f7cd Merge pull request #2816 from ekoyle/alert_filters
Add some basic alert filtering
2016-01-21 13:06:01 +00:00
Søren Rosiak
b9b661cd3a Merge pull request #2829 from laf/port-edit-fix 2016-01-21 14:02:49 +01:00
laf
668f14f74a Parameter to get_dev_attrib() is an array not a int, updated 2016-01-21 12:32:20 +00:00
Daniel Preussker
a4e1c6f2cb Merge pull request #2828 from joaogalaghar/patch-1
typo
2016-01-21 11:42:44 +00:00
joaogalaghar
873c0e492d typo 2016-01-21 11:37:21 +00:00
Neil Lathwood
4fc10607f6 Merge pull request #2825 from paulgear/close-db
Attempted fix for schema update issues
2016-01-21 10:36:54 +00:00
Paul Gear
b8ad489ff0 Attempted fix for schema update issues
Closes database connection while pollers are running and reopens at the end.
2016-01-21 16:53:57 +10:00
Neil Lathwood
769cb12f5f Merge pull request #2824 from paulgear/fix-cisco-aaa
Fix use of CISCO-AAA-SESSION-MIB
2016-01-20 22:56:17 +00:00
Paul Gear
302a7d5c73 Tidy mess left by CISCO-AAA-SESSION-MIB bug 2016-01-21 08:54:00 +10: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
Eldon Koyle
12fe3cac29 Allow alert filtering from widget
Add some code to handle widget settings for alerts.
2016-01-20 15:23:09 -07: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
Daniel Preussker
52bf0fad15 Merge pull request #2789 from laf/issue-2761
Updated active directory auth to support dashboards
2016-01-20 19:57:53 +00:00
Søren Rosiak
34ea4ec32d Merge pull request #2822 from laf/api-ip 2016-01-20 19:34:55 +01:00
laf
59a1050df6 Fixed device ip binary decode 2016-01-20 18:19:15 +00:00
Daniel Preussker
97ca5c7717 Merge pull request #2818 from SaaldjorMike/ircbot-bugs
Minor fixes for the IRC bot's .port command
2016-01-20 18:16:59 +00:00
Mike Rostermund
acc76dbfba Use bits instead of octets for proper bps values when using ircbot's .port cmd 2016-01-20 02:00:37 +01:00
Mike Rostermund
8f34e0e30e Fix SQL statement for .port command in irc bot 2016-01-20 01:58:10 +01:00
Paul Gear
7a19fa2a67 Merge pull request #2817 from laf/mysql-docs
Added docs on using innodb_file_per_table=1 in my.cnf
2016-01-20 10:39:30 +10:00