Commit Graph

141 Commits

Author SHA1 Message Date
Michael Nguyen
699c407072 Fix javascript bug with repeating sensors icon on devices page 2016-04-11 13:45:58 -07:00
Michael Nguyen
2c8ba538b8 Fix javascript bug with repeating sensors icon on devices page 2016-04-11 13:36:55 -07:00
Neil Lathwood
6b896d0cb7 Merge pull request #3239 from richardlawley/billing-search
Convert bills list to Bootgrid
2016-03-17 21:09:10 +00:00
laf
4cbeb18af5 Updated alerts query to retrieve sysName for function use 2016-03-16 00:56:58 +00:00
Richard Lawley
4500c2a3ba Fix dates shown in history view 2016-03-15 08:11:42 +00:00
Richard Lawley
0e5b413d05 Include Notes field on Bills list 2016-03-14 16:35:23 +00:00
Richard Lawley
cbb8699fb8 Convert table to bootgrid 2016-03-14 16:30:55 +00:00
David Bell
39aaf84c74 Changing to a simpler fix suggested by @ekoyle 2016-03-09 21:01:47 +00:00
David Bell
6b4d58558f Fix for admin users 2016-03-08 15:28:19 +00:00
David Bell
a09d3143f5 Can't push to an empty array 2016-03-08 15:22:02 +00:00
David Bell
f381adad45 The SQL query that was being generated was messed up. I've attempted to refactor the way the query gets generated. Not 100% certain this is the best way to go about it 2016-03-08 14:56:25 +00:00
Daniel Preussker
731e43bc66 Revert "[WIP] Sanity!" 2016-02-17 13:59:58 +00:00
f0o
f606369309 Bulk cosmetic fixes 2016-02-10 15:40:50 +00:00
Tony Murray
8849cee3f4 Missed this while fixing sensor data with 0 values. 2016-02-09 15:42:46 -06:00
vitalisator
ff71629f34 remove logfie() 2016-01-28 15:10:51 +01:00
vitalisator
bcc253cccf fix sorting 2016-01-28 15:09:05 +01:00
vitalisator
0e66ddf088 some bugfixing 2016-01-28 13:07:33 +01:00
Neil Lathwood
60603520df Updated stp branch 2016-01-26 01:40:08 +00:00
vitalisator
dc933184f0 stp-ports bootgrid 1 2016-01-24 18:50:10 +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
Daniel Preussker
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
Eldon Koyle
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
Aaron Daniels
6492b887e9 Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1650 2016-01-14 06:10:31 +10:00
Neil Lathwood
564752210d Merge pull request #2536 from paulgear/mib-poller-alpha2
MIB-based poller alpha2
2016-01-06 09:08:56 +00:00
Paul Gear
eb1dbc74c7 Remove redundant function 2016-01-02 07:10:43 +10:00
Paul Gear
ce880a6d23 Fix count & create device link in global MIB association table 2016-01-02 07:10:43 +10:00
Paul Gear
6fae9874b0 Add global MIB association table 2016-01-02 07:10:43 +10:00
Paul Gear
2244a5f31d Fix issues flagged by scrutinizer 2016-01-02 07:10:43 +10:00
Paul Gear
953ea3fa15 Add device OID storage and display 2016-01-02 07:10:42 +10:00
Paul Gear
5d53761727 Trivial cleanups 2016-01-02 07:10:42 +10:00
Paul Gear
ceeb362e40 Update global MIB viewer 2016-01-02 07:10:42 +10:00
Paul Gear
5c2231a7a7 Add device MIB association browser 2016-01-02 07:10:42 +10:00
Paul Gear
50bfd22786 Add timestamp to mibdefs 2016-01-02 07:10:41 +10:00
Paul Gear
f2370bbcba Add MIB browser 2016-01-02 07:10:41 +10:00
Tony Murray
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
Tony Murray
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
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
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
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
Rosiak
3c8b9e5edf patch login & device pages 2015-10-11 15:52:18 +02:00
Daniel Preussker
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
Daniel Preussker
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