12507 Commits

Author SHA1 Message Date
Bennett Blodinger
10de31720d 3x to 2x 2016-09-22 14:45:41 -04:00
Bennett Blodinger
4106f0f8c7 fix tooltip
`container` property documented here:
http://getbootstrap.com/javascript/#callout-tooltip-groups
2016-09-22 13:44:14 -04:00
Bennett Blodinger
c60d95b015 close <i> 2016-09-22 13:43:12 -04:00
Bennett Blodinger
309beadf10 fix $glyph_ 2016-09-22 13:43:03 -04:00
Tony Murray
6fbd8b3f05 fix: port ifLastChange polling (#4541)
* fix: port ifLastChange polling

* Small changes, default to 0

* Don't update 0->0
2016-09-22 11:39:15 -05:00
Tony Murray
cd7737db9d Restore previous snmp debug/vdebug logic so -v can be specified by itself. 2016-09-22 11:36:33 -05:00
Bartosz Radwan
15593552eb add missing spaces, remove excessive blank line 2016-09-22 17:38:04 +02:00
Bartosz Radwan
ae80e2c83a use long opening php tag 2016-09-22 17:16:51 +02:00
Bartosz Radwan
71b46ca87c Add device: Edge-Core switch ES3528M 2016-09-22 17:04:14 +02:00
Bartosz Radwan
819cf8377f I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2016-09-22 16:56:09 +02:00
Bennett Blodinger
ac2b878607 font-awesome datetimepicker
Forces jquery-datetimepicker to use font-awesome icons
2016-09-22 10:47:25 -04:00
Bennett Blodinger
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
crcro
6b42bd87f5 one space 2016-09-22 16:11:42 +03:00
crcro
0af87dfb3a fix test units 2016-09-22 16:06:08 +03:00
Bennett Blodinger
2ec3132c64 close icon element 2016-09-22 08:09:31 -04:00
sorano
d662399c76 Update RRDCached.md
Added apostrophe's around rrdtool_version number to prevent incorrect config syntax.
2016-09-22 13:49:40 +02:00
Neil Lathwood
fee15f5e53 Merge pull request #4535 from murrant/snmp-debug-output
feature: improved readability for snmp debug output
2016-09-22 08:38:51 +01:00
Neil Lathwood
44fe868e43 Merge pull request #4533 from laf/swos-fix-maybe
fix: Fixed swos discovery
2016-09-22 08:32:10 +01:00
Neil Lathwood
4f5d191731 Merge pull request #4536 from crcro/refactor-os-discovery-w-z
refactor: OS discovery (w - z)
2016-09-22 08:31:51 +01:00
crcro
75b6fd74ee newline 2016-09-22 04:23:00 +03:00
crcro
eadcde9ac0 passing all tests 2016-09-22 03:58:29 +03:00
crcro
631d26563e fix for test units 2016-09-22 02:47:07 +03:00
crcro
cfeb7258b5 refactor os discovery s to w 2016-09-22 02:34:17 +03:00
crcro
8b09077ace refactor os discovery from w to z 2016-09-22 02:10:50 +03:00
Tony Murray
7371c6e1b8 feature: improved readability for snmp debug output
It now matches RRD and SQL output format, the color is cyan
Slightly better ip removal from debug output, only removes valid IPs now.
2016-09-21 17:15:28 -05:00
crcro
cae9f57706 fix blank line 2016-09-22 00:27:12 +03:00
Neil Lathwood
edbbc7fddd fix: Fixed swos discovery 2016-09-21 22:17:51 +01:00
crcro
f6691ab0a6 fix renumbering 2016-09-22 00:12:20 +03:00
crcro
63f42acda6 general updates 2016-09-22 00:11:16 +03:00
Neil Lathwood
52d6d0d9df Merge pull request #4528 from benwa/add-host-log-redesign
Switch to font awesome
2016-09-21 21:41:23 +01:00
Neil Lathwood
07a742adc9 Merge pull request #4529 from FTBZ/authors-aggrement
Accepting the author agreement
2016-09-21 21:39:43 +01:00
Neil Lathwood
9000a8c57d Merge pull request #4530 from murrant/alerts-collapse
Fix collapsing text for Alerts and Plugins
2016-09-21 21:39:28 +01:00
Eldon Koyle
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
FTBZ
3182509659 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2016-09-21 21:33:40 +02:00
Tony Murray
5ebf4f8e1f Fix collapsing text for Alerts and Plugins 2016-09-21 14:30:11 -05:00
FTBZ
6c92fad58f Accepting the author agreement 2016-09-21 21:23:15 +02:00
FTBZ
abe25614dd New documentation with SNMP configuration examples 2016-09-21 21:00:56 +02:00
Bennett Blodinger
44b4a5037e Switch to font awesome 2016-09-21 15:00:17 -04:00
Neil Lathwood
72e07c860b Merge pull request #4525 from murrant/port-lastchanged
feature: Add last changed, connected, and mtu to all ports data
2016-09-21 19:56:15 +01:00
Tony Murray
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
crcro
184715c324 fix: brother toner levels (#4526) 2016-09-21 13:14:16 -05:00
Neil Lathwood
a4ac8eefaa Merge pull request #4515 from FTBZ/issue-rsyslog
docs: Corrected the rsyslog documentation to be compatible with logrotate
2016-09-21 19:01:35 +01:00
Neil Lathwood
08b7d63d21 Merge pull request #4513 from OpcaoTelecom/datacom-transceiver
newdevice: Added Datacom Dbm Support
2016-09-21 19:00:54 +01:00
Neil Lathwood
e29f891400 Merge pull request #4495 from crcro/fix-poweralert-ups-divisor
fix: poweralert ups divisor
2016-09-21 19:00:11 +01:00
Neil Lathwood
0ee1fac5da fix: Small database query improvements in poller.php (#4512) 2016-09-21 12:56:42 -05:00
Neil Lathwood
24fe69be3d refactor: Updated os discovery files (a) (#4514) 2016-09-21 12:53:39 -05:00
FTBZ
369bfaf508 Corrected CentOS 7/RHEL 7 snmp.conf path (#4519)
Documentation: fixed centos snmp path
2016-09-21 16:22:38 +00:00
kbechler
a4988d6dc5 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. (#4521)
Added author
2016-09-21 16:21:33 +00:00
FTBZ
37e5779070 New documentation with SNMP configuration examples 2016-09-21 15:18:39 +02:00
FTBZ
389ab71c21 Enhancement and correction to the VPN session graph 2016-09-21 11:53:31 +02:00