Commit Graph
5577 Commits
Author SHA1 Message Date
laf ed0479a2f3 Fixed the create new alert template / edit template bug 2016-06-13 19:44:14 +00:00
Vitali Kari 0b30ca1071 making CN with a , inside working
a workaround to mask a , sign in a DN before CN is extracted
resolves #3533
2016-06-13 17:25:18 +02:00
Neil Lathwood 779c4dee71 Merge pull request #3646 from murrant/edit-port-missing 2016-06-13 08:03:41 +01:00
Tony Murray 173336c76b Only display when it is not set to the default setting. 2016-06-12 21:36:04 -05:00
Tony Murray 55f8576973 Fix custom port not showing on the device edit page 2016-06-12 21:23:21 -05:00
Neil Lathwood 99d42139f8 Merge pull request #3641 from Rosiak/oracle-ilom-support
Basic Oracle ILOM Support
2016-06-12 19:40:01 +01:00
Neil Lathwood dfcc740532 Merge pull request #3640 from tribut/image-keep-aspect
Keep aspect ratio for external images on dashboard
2016-06-12 19:38:08 +01:00
Neil Lathwood 2b47c927f9 Merge pull request #3568 from gcoeugnet/master
Add procedure management from alerting widget
2016-06-12 19:26:01 +01:00
Søren Rosiak f5b3fb1136 Basic Oracle ILOM Support
#3632
2016-06-12 15:59:17 +02:00
Felix Eckhofer 82066f8430 Keep aspect ratio for external images on dashboard 2016-06-12 15:40:21 +02:00
Tony Murray 8b9e68dcd9 Merge pull request #3617 from wiad/issue-3615
Test different hostname formats in Oxidized integration
2016-06-10 10:03:15 -05:00
Neil Lathwood 108d271cb5 Merge pull request #3630 from murrant/riverbed_icon
Update the Riverbed icon so it isn't stretched
2016-06-09 14:14:19 +01:00
Tony Murray 8a6d327b96 Update the Riverbed icon so it isn't stretched 2016-06-09 08:12:01 -05:00
Guillaume COEUGNET d705836c88 Change SQL file name and add /alerts support for procedure 2016-06-09 15:07:02 +02:00
Adam Winberg 58c3f6e40f Merge branch 'master' of https://github.com:/wiad/librenms into issue-3615 2016-06-09 12:35:47 +02:00
Adam Winberg 6641bb17f5 Adhering to librenms style guidelines 2016-06-09 12:35:04 +02:00
Neil Lathwood 8b7cae21d3 Merge pull request #3628 from murrant/sort_defaults
Sort poller/discovery modules without affecting the $config order
2016-06-09 11:17:41 +01:00
Neil Lathwood 0b8d9d7a04 Merge pull request #3627 from murrant/rrdcached
Rrdcached application monitoring
2016-06-09 11:16:17 +01:00
Neil Lathwood 2cef85380a Merge pull request #3621 from ekoyle/alerts_table_add_location_on_hover
Add device hw/location on hover in alerts table
2016-06-09 11:13:56 +01:00
Neil Lathwood 69f37b365e Merge pull request #3602 from keeperofdakeys/master
Various Network Map Improvements
2016-06-09 11:06:56 +01:00
Adam Winberg c97235ab82 Merge branch 'master' of https://github.com:/wiad/librenms into issue-3615 2016-06-09 08:50:53 +02:00
Adam Winberg 0ed7a51de3 adjust if statement syntax, as per suggestion from @murrant 2016-06-09 08:50:19 +02:00
Tony Murray 36818e7a52 Add graphs to graphs menu page.
Use rrd_name() function
Add copyright headers
2016-06-09 00:40:04 -05:00
Tony Murray 9f94b278d3 Sort poller/discovery modules without affecting the $config order 2016-06-08 23:29:33 -05:00
Tony Murray 60624c1ac0 Rrdcached application monitoring
Can collect data from the agent or by connecting directly
2016-06-08 20:48:53 -05:00
Søren Rosiak 76920956a9 HWg Additions / Changes
#3606

And some changes to existing code.
2016-06-08 21:26:59 +02:00
Eldon Koyle 809d281adf Add devicee hw/location on hover in alerts table
* Add devices.hardware and devices.location
* Remove some un-needed column aliases (col AS col is the default)
2016-06-08 10:10:34 -06:00
Adam Winberg 88f5423aaf Test different hostname formats in Oxidized integration 2016-06-07 15:02:11 +02:00
Neil Lathwood 5cb9d751c3 Revert "deduping type_where code, adding manual types to graph widgets " 2016-06-07 09:15:04 +01:00
Neil Lathwood 142e11f9d8 Merge pull request #3597 from brandune/rollup_graphs
deduping type_where code, adding manual types to graph widgets
2016-06-06 18:59:40 +01:00
Neil Lathwood c7ec9aa8bf Merge pull request #3589 from murrant/device-groups-pivot
Store device group relationships in a pivot table.
2016-06-06 18:20:53 +01:00
Guillaume COEUGNET 0b0881ae94 Remove doc files and change code indent 2016-06-06 11:49:50 +02:00
Guillaume COEUGNET 6c8a75a5f7 Change procedure management. Using URL instead of file 2016-06-06 11:41:41 +02:00
Josh Driver 72cebe413e Improvements for the link selection for the Network Map
Currently the Network Map will draw multiple links between
devices and ports, overlapping themselves on the graph. The
criteria used to select the link is also unspecified.

Instead only allow a single link between any two devices/ports.
Also prefer links with shorter names, and for links derived
using arp/mac, prioritise links with a matching ip address.
2016-06-05 21:45:46 +09:30
Neil Lathwood 145ce879d5 Merge pull request #3600 from murrant/rrdcached
Alphabetize the apps list
2016-06-04 07:28:01 +01:00
Tony Murray bf471698ef Change the rest of the $ds variables to $ldap_connection 2016-06-03 22:16:10 -05:00
Tony Murray a68687de5e Alphabetize the apps list 2016-06-03 21:05:09 -05:00
Brandon Boudrias 1aa7517372 giving graph widgets option to manually specify port type 2016-06-03 16:05:05 -07:00
Brandon Boudrias 3b4964e13c create common method for generating type_wheres 2016-06-03 10:42:16 -07:00
Tony Murray 9b0bd4c15a Rename $ds to $ldap_connection
$ds is a global variable, there are many name collisions in the code.  Rename it to avoid the collisions.
2016-06-03 10:56:42 -05:00
Neil Lathwood f3e79af61b Merge pull request #3579 from murrant/index_nginx_again
Check that variables are set before using them.
2016-06-02 22:17:44 +01:00
Neil Lathwood 3655051782 Merge pull request #3587 from Rosiak/buffalo-support
Basic Buffalo TeraStation Support
2016-06-02 22:16:46 +01:00
Neil Lathwood 167aabb9ff Merge pull request #3582 from geordish/move-os-logo
Moved image to correct location
2016-06-02 22:12:59 +01:00
Tony Murray 009840bf8a Store device group relationships in a pivot table. 2016-06-02 13:25:01 -05:00
Søren Rosiak df8514e143 Basic Buffalo TeraStation Support
#3492
2016-06-02 18:48:36 +02:00
laf db0e1ca203 Resolved some security issues 2016-06-02 06:56:45 +00:00
Dave Bell 77e76793c5 Moved image to correct location (Definition is ['os'][]['icon'] = 'microsemi';
)
2016-06-01 13:26:08 +01:00
Tony Murray c7d551f6d1 Check that variables are set before using them.
This will hide ugly output for users not using a subdirectory, but may make it harder to diagnose issues for those that are.
2016-05-31 22:28:34 -05:00
Neil Lathwood 5d49f72d3e Merge pull request #3543 from Tatermen/master
Basic support for Xirrus Wireless Access Points.
2016-05-30 19:26:06 +01:00
Tony Murray 18484db3fe Fix adding widgets (#3567) 2016-05-27 09:20:33 -05:00