d6f0d819f3
fixed fixing ignored/disabled ( #4660 )
2016-09-29 07:37:53 +01:00
8f868f96d3
webui: Update the mysql application connection graph to use lines ( #4585 )
2016-09-28 19:27:17 -05:00
f6db0a505a
feature: Add Cisco WAAS Optimized TCP Connections Graph ( #4645 )
...
* feature: Add Cisco WAAS Optimized TCP Connections Graph
* fix names
2016-09-28 08:00:35 +01:00
9142bcc6d3
Increase charlength for Procedure URL. ( #4626 )
...
* Increase charlength for Procedure URL.
Increased charlength for Procedure URL.
Fixes #4305
* Update new_alert_rule.inc.php
2016-09-27 20:33:31 +01:00
02b84cf3f7
Support device group definitions from v2 ( #4591 )
...
* Support device group definitions from v2
Disable editing v2 groups.
V2 Device groups are defined as follows:
pattern = WHERE query with ? placeholders for values
params = json encoded array of values
* Can't array_unshift something that isn't an array...
2016-09-27 17:50:52 +01:00
88dc19a323
fix for disabled/ignored ( #4623 )
2016-09-27 09:17:36 -05:00
9936aa77ff
Feature: Added alerts output to capture system ( #4574 )
...
* Feature: Added alerts output to capture system
* Renamed $output to $content
* removed duplicate functions
2016-09-26 16:27:27 -05:00
4a9e8fd535
Merge pull request #4569 from crcro/fix-amap
...
fix: availability-map
2016-09-26 21:29:49 +01:00
0c0c553d74
Merge pull request #4566 from laf/fix-ad-auth
...
fix: AD auth stop alerts being generated
2016-09-25 10:41:14 +01:00
b0491b698e
new line in files
2016-09-25 00:00:06 +03:00
7f8f302686
rewrite ups-apcups
2016-09-24 23:49:35 +03:00
be611e6f16
Merge pull request #4448 from crcro/app-ups-nut-update1
...
app: ups-nut update 1
2016-09-24 18:29:25 +01:00
ac2da17164
widget titles for smaller size
2016-09-24 17:10:39 +03:00
48bfc600a6
code reduction
2016-09-24 14:56:44 +03:00
0b44335040
fix indented
2016-09-24 04:15:08 +03:00
11122a5a3d
removed commented lines
2016-09-24 03:33:24 +03:00
73bb45e465
multiple fixes
2016-09-24 03:28:01 +03:00
00d59362f2
fix: AD auth stop alerts being generated
2016-09-23 22:45:51 +01:00
ccf42864c0
Merge pull request #4442 from jonathon-k/availability-map_add-ignored-and-disabled
...
Update availability map options -- show disabled and ignored
2016-09-23 22:25:41 +01:00
47b97d5d1b
Merge pull request #4558 from boudreau/master
...
fix: APC runtime graph missing in device>health>overview
2016-09-23 22:19:09 +01:00
121d16fc14
Update to check new setting for true and isset
2016-09-23 14:47:59 -06:00
5b43119cfd
Leave serviceClass the same as device class for directPage view
2016-09-23 14:47:59 -06:00
01fc94b31b
Add option for displaying ignored services and devices in availability-map
2016-09-23 14:47:59 -06:00
bcc14390ab
Merge pull request #4518 from FTBZ/issue-4293
...
Enhancement and correction to the VPN session graph
2016-09-23 20:01:21 +01:00
8e4bce97a9
Merge pull request #4435 from benwa/user-badge
...
Fix nav icons
2016-09-23 19:37:59 +01:00
f94b352dbe
Merge pull request #4429 from crcro/availability-map-update-5
...
webui: More updates for availability map
2016-09-23 19:32:21 +01:00
6de26cdc3c
missing file for the runtime graphic in device>health>overview
2016-09-23 09:29:53 -04:00
c0936e9c72
ugg
...
close the damn }
2016-09-23 08:34:55 -04:00
f7c8208072
v2
...
Better than first patch. Keeps colors and positioning. Also adds in a
set of badge- context classes for future use.
2016-09-23 08:27:34 -04:00
d1f25550cb
screen reader fix
2016-09-23 08:24:36 -04:00
ec37aeba9d
Merge remote-tracking branch 'upstream/master' into user-badge
2016-09-23 07:59:31 -04:00
aee31680fd
Enhancement and correction to the VPN session graph
2016-09-23 08:02:38 +02:00
27235c3ab1
json_decode as array
2016-09-23 01:31:11 +03:00
10de31720d
3x to 2x
2016-09-22 14:45:41 -04:00
4106f0f8c7
fix tooltip
...
`container` property documented here:
http://getbootstrap.com/javascript/#callout-tooltip-groups
2016-09-22 13:44:14 -04:00
c60d95b015
close <i>
2016-09-22 13:43:12 -04:00
309beadf10
fix $glyph_
2016-09-22 13:43:03 -04:00
ac2b878607
font-awesome datetimepicker
...
Forces jquery-datetimepicker to use font-awesome icons
2016-09-22 10:47:25 -04:00
07574b27d8
Move to Font Awesome
...
Keeps the look more in line with the navigation bar icons.
In the future with Bootstrap 4, Glyphicons will not be included, so this
starts the transistions away.
2016-09-22 10:44:17 -04:00
cae9f57706
fix blank line
2016-09-22 00:27:12 +03:00
63f42acda6
general updates
2016-09-22 00:11:16 +03:00
9000a8c57d
Merge pull request #4530 from murrant/alerts-collapse
...
Fix collapsing text for Alerts and Plugins
2016-09-21 21:39:28 +01:00
5749179cf5
feature: Add the ability to include an LDAP filter for users/groups in AD ( #4494 )
...
* Add auth_ad_(group|user)_filter options
* use global
* Fix some AD annoyances
Use the power of the LDAP filter to minimize the number of queries and
hopefully help performance in get_userlist, change semantics of
auth_ad_(user|group)_filter in $config to be anded with
samaccountname=USERNAME.
* remove unused variable
* update documentation
* Update Authentication.md
2016-09-21 14:42:59 -05:00
5ebf4f8e1f
Fix collapsing text for Alerts and Plugins
2016-09-21 14:30:11 -05:00
299f4d91d3
feature: Add last changed, connected, and mtu to all ports data
...
Thanks to sysvival on reddit for the idea and help with the calculations
2016-09-21 13:19:52 -05:00
389ab71c21
Enhancement and correction to the VPN session graph
2016-09-21 11:53:31 +02:00
780d8b2139
removed snmp query from webui, changed and added echo if file is missing
2016-09-20 22:01:29 +03:00
a8e712070f
Merge pull request #4490 from boudreau/master
...
feature: Added Runtime support for APC ups
2016-09-20 18:09:40 +01:00
bad5ff2eeb
Fix quota bills showing 0/0 for in/out ( #4462 )
2016-09-20 10:23:15 -05:00
d5105e29da
feature: Capture device troubleshooting info (discovery, poller, snmpwalk)
...
Admins can capture device troubleshooting info from the webui by clicking the gear and selecting Capture.
2016-09-19 23:36:41 -05:00