Neil Lathwood
9b9c10e204
fix: Cleanup printing ifAlias ( #4874 )
2016-12-12 14:25:48 +00:00
Neil Lathwood
d3c6d82b21
fix: Fixed broken http-auth auth module #5053 ( #5146 )
2016-12-12 14:25:30 +00:00
Neil Lathwood
dda62d8ce1
newdevice: Added support for Mirth OS #2639
2016-12-10 17:07:45 +00:00
Dave Hope
a970a8ddd1
fix: Fix get_port_stats_by_port_hostname() to only return non-deleted ports #5131
2016-12-08 15:40:00 +00:00
Neil Lathwood
f0fefcfe4f
bug: fix editing device no longer attempts renaming if name not changed #5123 ( #5125 )
2016-12-07 22:16:05 -06:00
barryodonovan
f7d80202e7
Extended ceraos (ceragon) discovery to graph various wireless parameters ( #5014 )
2016-12-07 15:24:56 +00:00
Joachim Tingvold
505e6516b0
fix: Fixed setting userlevel for LDAP auth #5090
2016-12-01 19:50:08 +00:00
Neil Lathwood
9d5fd2b4cf
webui: standardised all rowCount parameters for tables ( #5067 )
2016-11-26 20:57:12 +00:00
Neil Lathwood
32668026a7
api: Added support for updating multiple device table fields in one call #4954 ( #5033 )
2016-11-26 20:55:24 +00:00
Neil Lathwood
78f5c26cd6
fix: Allow html but not script, head and html tags in notes widget #4898 ( #5006 )
2016-11-26 20:54:49 +00:00
arrmo
3e2288404e
Add Icon / Image for dd-wrt (32x32) ( #5063 )
2016-11-26 08:14:25 +00:00
Tony Murray
48b0e53a54
fix: use password type for SMTP Auth #5051
2016-11-24 08:55:34 +00:00
Neil Lathwood
1e24f636dd
fix: Added alert init module to ajax_form #5058
2016-11-24 08:53:54 +00:00
Tony Murray
db240cb4eb
refactor: Collection and output of db and snmp stats ( #5049 )
2016-11-23 06:57:19 +00:00
Tony Murray
6708c7cb81
fix: eventlog type variable collision ( #5046 )
2016-11-22 14:27:16 +00:00
Tony Murray
2aad2683b9
webui: availability map compact view, use square tiles instead of rectangles ( #5038 )
2016-11-22 13:47:47 +00:00
Neil Lathwood
58582c82c1
fix: Fixed loaded modules for ajax search ( #5043 )
...
* fix: Fixed loaded modules for ajax search
* fixed eventlog widget
2016-11-22 09:46:41 +00:00
Tony Murray
9a33464c52
refactor: Centralize includes and initialization ( #4991 )
2016-11-21 20:12:59 +00:00
Tony Murray
bbf05feb90
webui: add link to recently added device ( #5032 )
2016-11-21 18:12:10 +00:00
Neil Lathwood
42123010c8
refactor: Added support for dskTable in UCD-SNMP-MIB ( #4993 )
2016-11-21 07:08:38 +00:00
Neil Lathwood
2bf496b0b1
webui: Do not show Config tab for devices set to be excluded from oxidized #4592 ( #5029 )
2016-11-21 06:45:24 +00:00
Neil Lathwood
a8cc46935c
newdevice: Updated edge-core to edgecos and added further detection ( #5024 )
...
* newdevice: Added basic detection for Edge-core switches
* newdevice: Renamed edge-core -> edgecos add added further device support
2016-11-20 20:05:43 -06:00
Neil Lathwood
3735f94e20
webui: Added support for removing pagerduty config in the webui ( #5004 )
2016-11-20 20:03:13 -06:00
Tony Murray
a83e126b40
refactor: Remove inappropriate usages of truncate() ( #5028 )
...
Where truncate() is used as substr(), replace with substr()
2016-11-20 11:12:25 +00:00
Søren Rosiak
9fb02bbcd3
feature: Add Microsoft Teams Alert Transport ( #5023 )
2016-11-19 14:49:18 +00:00
Neil Lathwood
120a0052dd
fix: Used correct variable for displaying total email count in alert capture ( #5022 )
2016-11-19 16:02:51 +02:00
Guillem Mateos
63511ffd8d
Add basic support for Ceragon devices
2016-11-16 12:38:38 +01:00
Neil Lathwood
1acd938fc1
fix: Stop service modal form disabling services for read-only admin ( #4994 )
2016-11-15 22:11:47 -06:00
Neil Lathwood
7061acf508
fix: dbUpdate calls now check if it is 0 or above ( #4996 )
2016-11-15 22:06:46 -06:00
Neil Lathwood
25d67c6d79
fix: links on devices graphs page to take users straight to specific graph page ( #5001 )
...
* fix: Correct links to devices graphs #4928
* remove commented out link
2016-11-15 21:32:43 -06:00
Neil Lathwood
085e7537d8
fix: Merge pull request #4939 from laf/issue-4937
...
* fix: If all dashboards are deleted, create a default #4937
* Remove debug statement
2016-11-14 21:54:12 -06:00
Vitali Kari
8841eece94
feature: Adds support for enabling / disabling modules per OS ( #4963 )
...
* fixes #4946
first try, should be checked first
only discovery first
* add OS modules status indication
* add debug output
add os poller module support
* fix some whitespaces
* fix missing semicolon
* fix some whitespaces
* Modify the modules page
It now shows unset for unset device settings.
Also, `$os_module_status = $config['os'][$device['os']]['poller_modules'][$module];` doesn't work like you would expect. Fix that behavior.
* Fix mangled tabs
* optimize debug output
add docs
* text highlighting
* Streamline docs #1
* Update docs
* Spell out Global, OS, Device.
2016-11-13 13:46:05 -06:00
jonathon-k
0955d0271e
webui: Allow admin users to modify hostnames in web UI #3445
2016-11-13 00:19:22 +00:00
Neil Lathwood
8a59adfba5
fix: remove service type from uniform display ( #4974 )
2016-11-11 07:32:04 +00:00
Neil Lathwood
cc01969b06
refactor: Default to only using mysqli ( #4915 )
...
* refactor: Default to only using mysqli
* Remove includes/dbFacile.mysql.php
* updated mres() function to remove $config global
2016-11-10 19:40:53 -06:00
Jonathon Koyle
138e20da13
remove service type from uniform display
2016-11-10 14:35:52 -07:00
Andreser
b790317178
webui: Update Availability-Map Widget to use sysName when IPs used and config enabled ( #4968 )
2016-11-10 21:30:56 +00:00
Tony Murray
e514e6dc51
fix: api rate percent calculation incorrect ( #4956 )
2016-11-08 22:26:24 +00:00
Tony Murray
895bd4b1f7
Merge pull request #4895 from laf/json-alert-rules
...
feature: Added the option to select alert rules from a collection
2016-11-07 23:22:01 -06:00
Neil Lathwood
1891f7d240
webui: add device Notes and Description to global search ( #4926 )
2016-11-02 22:11:00 +00:00
stokbaek
194ba18775
fix: Fujitsu PRIMERGY 10Gbe switches are now detected correctly ( #4923 )
2016-11-02 20:05:42 +00:00
vitalisator
3bc427ea45
add device Notes and Description to ajax_search
2016-11-02 21:01:30 +01:00
Tony Murray
667ba601ac
Merge pull request #4873 from laf/issue-4868
...
fix: Toner graphs with invalid chars
2016-11-01 14:19:31 -05:00
Neil Lathwood
8376d08c07
fix: Updated syslog table to use display() for msg output ( #4859 )
2016-11-01 18:05:24 +00:00
Neil Lathwood
4a854e02ce
fix: Added support for https links in alerts procedure url ( #4872 )
2016-11-01 18:04:01 +00:00
Neil Lathwood
d5b20dbd1f
webui: Added support for skipping snmp check on edit snmp page for devices ( #4896 )
2016-11-01 17:58:55 +00:00
jonathon-k
a251e81be5
fix: Remove escape characters for services form / display #4891
2016-11-01 17:20:12 +00:00
laf
7476a00a90
removed debug + simplified code
2016-11-01 16:43:12 +00:00
Christoffer Stokbaek
0ff5d9ab20
Merge remote-tracking branch 'upstream/master'
2016-11-01 09:18:01 +01:00
Justin Settle
b4b1c8ab5a
webui: Update wifi_clients graph ( #4846 )
2016-11-01 00:18:34 +00:00