Commit Graph
12239 Commits
Author SHA1 Message Date
soranoandGitHub de19cfa38b Update Performance.md
Clarified that the mysqld performance options need to be put under a [mysqld] group in my.cnf. Since in Ubuntu 16.04 /etc/mysql/my.cnf only has [client-server] group by default which is not a valid group for the changes we make.
2016-09-23 08:22:47 +02:00
Neil LathwoodandTony Murray 765ee3e1ab refactor: OS discovery (w - z) (#4549) 2016-09-22 16:59:35 -05:00
Neil LathwoodandGitHub b5c181d057 Merge pull request #4550 from laf/api-docs-formatting
Updated api docs formatting
2016-09-22 22:46:24 +01:00
Neil Lathwood 37126ba09f Updated api docs formatting 2016-09-22 22:36:55 +01:00
Neil LathwoodandGitHub 31f1b3483b Merge pull request #4545 from murrant/restore-vdebug
fix: Restore previous snmp debug/vdebug logic so -v can be specified by itself
2016-09-22 20:34:51 +01:00
Neil LathwoodandGitHub 81ad40850b Merge pull request #4540 from sorano/patch-1
Update RRDCached.md
2016-09-22 20:33:34 +01:00
Neil LathwoodandGitHub 8f01f005a7 Merge pull request #4548 from laf/releases-doc
docs: Updated release doc with more information on stable / dev branches
2016-09-22 20:22:15 +01:00
Neil Lathwood d9f98df4de docs: Updated release doc with more information on stable / dev branches 2016-09-22 20:15:12 +01:00
Neil LathwoodandGitHub d808eb7f77 Merge pull request #4543 from benwa/font-awesome
webui: Update all glyphicon to font awesome
2016-09-22 19:54:49 +01:00
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 MurrayandGitHub 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
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
Bennett Blodinger 2ec3132c64 close icon element 2016-09-22 08:09:31 -04:00
soranoandGitHub 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 LathwoodandGitHub 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 LathwoodandGitHub 44fe868e43 Merge pull request #4533 from laf/swos-fix-maybe
fix: Fixed swos discovery
2016-09-22 08:32:10 +01:00
Neil LathwoodandGitHub 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 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
Neil Lathwood edbbc7fddd fix: Fixed swos discovery 2016-09-21 22:17:51 +01:00
Neil LathwoodandGitHub 52d6d0d9df Merge pull request #4528 from benwa/add-host-log-redesign
Switch to font awesome
2016-09-21 21:41:23 +01:00
Neil LathwoodandGitHub 07a742adc9 Merge pull request #4529 from FTBZ/authors-aggrement
Accepting the author agreement
2016-09-21 21:39:43 +01:00
Neil LathwoodandGitHub 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 KoyleandTony Murray 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
Bennett Blodinger 44b4a5037e Switch to font awesome 2016-09-21 15:00:17 -04:00
Neil LathwoodandGitHub 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
crcroandTony Murray 184715c324 fix: brother toner levels (#4526) 2016-09-21 13:14:16 -05:00
Neil LathwoodandGitHub 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 LathwoodandGitHub 08b7d63d21 Merge pull request #4513 from OpcaoTelecom/datacom-transceiver
newdevice: Added Datacom Dbm Support
2016-09-21 19:00:54 +01:00
Neil LathwoodandGitHub e29f891400 Merge pull request #4495 from crcro/fix-poweralert-ups-divisor
fix: poweralert ups divisor
2016-09-21 19:00:11 +01:00
Neil LathwoodandTony Murray 0ee1fac5da fix: Small database query improvements in poller.php (#4512) 2016-09-21 12:56:42 -05:00
Neil LathwoodandTony Murray 24fe69be3d refactor: Updated os discovery files (a) (#4514) 2016-09-21 12:53:39 -05:00
FTBZandDaniel Preussker 369bfaf508 Corrected CentOS 7/RHEL 7 snmp.conf path (#4519)
Documentation: fixed centos snmp path
2016-09-21 16:22:38 +00:00
kbechlerandDaniel Preussker 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 39ccd072c8 Corrected the rsyslog documentation to be compatible with logrotate 2016-09-21 09:48:38 +02:00
crcro 2474b3e654 removed unused param from function descr 2016-09-21 00:25:26 +03:00
Alan Gregory c3aa0c3feb Added Datacom Dbm sensor 2016-09-20 18:04:42 -03:00
Alan Gregory fbc772648b Updated vendor mibs 2016-09-20 17:07:38 -03:00