122 Commits

Author SHA1 Message Date
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
2d3367f7cd Merge pull request #2816 from ekoyle/alert_filters
Add some basic alert filtering
2016-01-21 13:06:01 +00:00
laf
668f14f74a Parameter to get_dev_attrib() is an array not a int, updated 2016-01-21 12:32:20 +00:00
0c124270d5 Add some basic alert filtering
Add some alert filtering.

Args:
 * acknowleged - 0: show not acknowleged, 1: show acknowleged
 * state - integer or string for desired state
 * min_severity - integer or string for lowest desired severity
2016-01-19 16:38:41 -07:00
6492b887e9 Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1650 2016-01-14 06:10:31 +10:00
564752210d Merge pull request #2536 from paulgear/mib-poller-alpha2
MIB-based poller alpha2
2016-01-06 09:08:56 +00:00
eb1dbc74c7 Remove redundant function 2016-01-02 07:10:43 +10:00
ce880a6d23 Fix count & create device link in global MIB association table 2016-01-02 07:10:43 +10:00
6fae9874b0 Add global MIB association table 2016-01-02 07:10:43 +10:00
2244a5f31d Fix issues flagged by scrutinizer 2016-01-02 07:10:43 +10:00
953ea3fa15 Add device OID storage and display 2016-01-02 07:10:42 +10:00
5d53761727 Trivial cleanups 2016-01-02 07:10:42 +10:00
ceeb362e40 Update global MIB viewer 2016-01-02 07:10:42 +10:00
5c2231a7a7 Add device MIB association browser 2016-01-02 07:10:42 +10:00
50bfd22786 Add timestamp to mibdefs 2016-01-02 07:10:41 +10:00
f2370bbcba Add MIB browser 2016-01-02 07:10:41 +10:00
6f84a287b6 Fix ARP search on all ARP pages. Adapt ARP search page to use a common search variable. 2015-12-24 12:10:05 -06:00
fe86b998bf Switch device and port ARP tables to ajax
Allow sorting, filtering and paging of device and port ARP tables.
2015-12-24 10:58:12 -06:00
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
a2d97f4283 Merge pull request #2458 from laf/rrdtune
Fix for crazy traffic values seen in graphs
2015-12-08 16:12:22 +00:00
laf
9655a0496a Fixed scrut errors 2015-12-02 01:37:26 +00:00
laf
f75d93f4cf Bootgrid the sensors pages 2015-12-02 01:13:31 +00:00
laf
01435cc4d8 Merge branch 'master' of https://github.com/librenms/librenms into rrdtune 2015-11-17 02:22:42 -08:00
laf
84863586b5 rrdtune code 2015-11-17 02:20:23 -08:00
laf
dce37d2f34 Eventlog query now uses event_id as already indexed 2015-11-16 21:42:40 +00:00
3c8b9e5edf patch login & device pages 2015-10-11 15:52:18 +02:00
afdbb2406d Added $nocache parameter
Fixed typo in caching
Excluded caching for MySQL-Authentication & /poll-log/
2015-09-30 15:20:06 +00:00
laf
3757bae5c2 more updates 2015-08-30 19:51:25 +00:00
laf
3ae4372e68 Initial work on port override 2015-08-30 17:33:54 +00:00
fdf1610fca Merge pull request #1665 from laf/issue-381
Simple graylog integration
2015-08-18 17:07:21 +00:00
laf
92de079199 Removed ; 2015-08-18 16:52:25 +00:00
laf
d23e93f44a Made source clickable 2015-08-18 16:46:33 +00:00
laf
c5c80235ee Make url from source 2015-08-17 10:55:44 +00:00
laf
8f5ef6d281 Updated to use ip for source as well 2015-08-17 10:46:40 +00:00
laf
d7cd1ff0f6 Added accept header to call to graylog api 2015-08-11 14:50:05 -07:00
laf
53c15fc7df Updated customers page to use bootgrid 2015-08-11 10:38:25 +00:00
06430a9edc Added graylog support 2015-08-10 13:36:55 -07:00
laf
11b708c102 Fixes issues with addresses having ' in 2015-08-09 21:17:54 +00:00
6b020e0d82 Merge pull request #1613 from laf/issue-1524
Added edit page to update storage percent warn value
2015-08-09 09:26:17 +00:00
c935759038 Merge pull request #1640 from laf/issue-1637
Initialises $port_count if empty
2015-08-07 09:28:34 +00:00
0dd3a6ef4a Merge pull request #1634 from laf/issue-1619
Added the poller group name to the table - general if no poller groups created
2015-08-07 09:24:33 +00:00
laf
3188a86eee Initialises $port_count if empty 2015-08-07 08:24:53 +00:00
laf
c6e3be2277 Added the poller group name to the table - general if no poller groups created 2015-08-06 18:36:26 +00:00
laf
746c52046b Updated discovery to log new type + updated eventlog page to show this 2015-08-05 20:05:45 +00:00
laf
94351d788e Initial start of adding edit storage page 2015-08-03 10:46:40 +00:00
064f374160 Merge pull request #1501 from laf/issue-1334-new
New overview page and new map
2015-07-26 14:33:34 +10:00
laf
031a818c77 Removed references to location override 2015-07-20 16:52:33 +01:00
laf
57540aacbc Added search and sorting support 2015-07-20 14:03:09 +01:00
laf
c579805292 Updated edit ports page to use bootstrap 2015-07-20 13:55:35 +01:00
6efe5b086c Merge pull request #1370 from travishegner/lazyload
Lazyload
2015-07-18 22:02:13 +02:00