Paul Gear
f2370bbcba
Add MIB browser
2016-01-02 07:10:41 +10:00
Paul Gear
cb7c87d76f
Use stacked graphs for multi-instance MIBs; add larger colour palette
2016-01-02 07:10:41 +10:00
Paul Gear
b8601b5896
Skeleton framework for allowing MIB values to feed CPU & memory health graphs
2016-01-02 07:10:41 +10:00
Paul Gear
e5549e9423
Remove unused files
2016-01-02 07:10:41 +10:00
Paul Gear
4fab952696
Check for custom & MIB graphs before looking for a file
2016-01-02 07:10:41 +10:00
Paul Gear
45499e6aa9
Allow area graphs in generic_multi_line
2016-01-02 07:10:41 +10:00
Paul Gear
7752bc0494
Move to fixed DS names in MIB-based polling; add script to convert RRDs
2016-01-02 07:10:40 +10:00
flatterlight
80c8b70ad4
added suport for samsung printer
2015-12-30 02:42:25 +01:00
Daniel Preussker
e41a485d17
Merge pull request #2679 from vitalisator/services
...
add service description
2015-12-29 18:55:00 +01:00
Paul Gear
81ac9fda51
Reduce the hate levels
2015-12-29 07:10:27 +10:00
Paul Gear
66468d802c
Add pings option
2015-12-29 07:10:15 +10:00
Neil Lathwood
f031467fdc
Merge pull request #2671 from Rosiak/cleanup-bill
...
Cleanup bills pages
2015-12-28 18:37:41 +00:00
vitalisator
3d06a07994
add service description
2015-12-28 09:18:12 +01:00
Rosiak
76a3be4abb
small changes
2015-12-25 01:14:58 +01:00
Rosiak
d134af0ecb
Bill cleanup
...
A bit of cleanup
2015-12-25 00:54:13 +01: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
Arjit Chaudhary
4daa8ffd04
Update table to use bootstrap table class and added table headers
2015-12-24 23:01:09 +05:30
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
Neil Lathwood
75c995410d
Merge pull request #2660 from 0xbad0c0d3/master
...
Remove Interface wrong onClick
2015-12-24 08:53:29 +00:00
Aaron Daniels
6286d7cb6a
Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1650
...
Conflicts:
html/api_v0.php
html/includes/api_functions.inc.php
2015-12-22 11:16:54 +10:00
laf
5f4837cdb8
Did not update vars to _GET before submitting
2015-12-21 18:22:36 +00:00
Louis Bailleul
b40bd2f467
Rebase
2015-12-21 13:26:48 +00:00
Louis Bailleul
ee75091c44
Use browser width to scale cpu and bandwidth graphs on device overview
2015-12-21 13:25:23 +00:00
YellowDuck
eacad10eaf
Fixed remove-btn onclick
2015-12-21 15:22:25 +02:00
0xbad0c0d3
6f3b6dedf5
fixed remove JS
2015-12-21 15:19:20 +02:00
Arjit Chaudhary
6eec2ca4c9
Add row class
2015-12-21 18:34:02 +05:30
Arjit Chaudhary
e1e7b83747
Put graphs correctly in a row
2015-12-21 18:33:35 +05:30
Søren Rosiak
778e0be122
Merge pull request #2621 from laf/issue-2567
2015-12-20 18:55:04 +01:00
Daniel Preussker
c276cc5ec4
Merge pull request #2611 from laf/issue-2451
...
Added new API calls to support device groups
2015-12-20 17:35:27 +00:00
laf
d8095707b2
Added flag to get_graph_by_port_hostname() API call to switch port look up to use ifDescr
2015-12-19 19:10:18 +00:00
Daniel Preussker
60dd814c98
Merge pull request #2615 from laf/issue-1295
...
Add support for Radius auth
2015-12-19 12:44:23 +00:00
Neil Lathwood
dfb61fa422
Merge pull request #2620 from QuxLabs/issue-1916
...
First Draft in Per-User default dashboards
2015-12-18 16:22:25 +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
Neil Lathwood
8f87fda4bd
Merge pull request #2631 from f0o/issue-2630
...
Fix silly JpGraph version compare
2015-12-16 15:13:32 +00:00
Mike Rostermund
fe4bab1f52
Added LigoWave logo
2015-12-16 12:23:02 +01:00
Arjit Chaudhary
9564883814
Use bootstraps own img-responsive class for responsive graphs
2015-12-15 17:54:19 +05:30
f0o
7542d00b8a
Fix silly JpGraph version compare
2015-12-15 08:56:14 +00:00
laf
2734cd327e
Updated userlevel access on settings page
2015-12-14 22:01:01 +00:00
laf
3a299584b0
Added ability to specify default userlevel
2015-12-14 21:52:15 +00: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
laf
852ecdc309
Updated clusters to show red if at least one host is down
2015-12-13 20:01:08 +00:00
Daniel Preussker
a63ea78441
First Draft in Per-User default dashboards
2015-12-13 19:39:12 +00:00
Daniel Preussker
4da410b5f9
Added generic image widget
2015-12-13 18:24:26 +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
laf
af21d4a54a
Fix some scrut issues
2015-12-13 16:54:40 +00:00
laf
dcf4d0f378
Added docs and set default users to level 1
2015-12-13 15:51:15 +00:00
laf
b31cbd8dae
Code for Radius authentication added
2015-12-13 15:37:55 +00:00
Mike Rostermund
40b2b7552c
Merge pull request #2593 from Rosiak/issue-1575
...
Menubar Change
2015-12-12 16:46:53 +01:00
laf
d0306ae8ae
Fixing scrut issue
2015-12-12 14:21:49 +00:00
laf
a73a997edc
Added API call for listing devices by groups
2015-12-12 13:47:44 +00:00