summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-01-30Minor updates to anonymous statistics (#5295)Chris Akritidis
2019-01-30kickstart: noexec detection (#5293)Paweł Krupa
2019-01-29Correct info on what kickstart.sh does (#5292)Chris Akritidis
2019-01-29Add back the symlink netdata-latest.gz.run (#5286)Chris Akritidis
static build 64 breaks without it. Hasn't built properly since Dec.
2019-01-29[ci skip] create nightly packages and update changelognetdatabot
2019-01-29Add errno to fatal event for statistics (#5291)Chris Akritidis
2019-01-29updated cncf landscape url (#5288)Costa Tsaousis
2019-01-29GUI Update check - use version instead of commit (#5283)Chris Akritidis
* GUI Update check - use version instead of commit * changelog link to docs instead of github
2019-01-29Additional UI fixes (#5284)George Moschovitis
* The click-targets on the my-netdata menu items should cover the whole row * Correct colors for modal buttons
2019-01-29kickstart.sh: remove updater symlink (#5276)Paweł Krupa
* Update kickstart.sh * Update kickstart.sh * add docs
2019-01-28[ci skip] create nightly packages and update changelognetdatabot
2019-01-28Correct auto-updater to netdata-updater (#5281)Chris Akritidis
* Correct auto-updater to netdata-updater Add info that .environment file gets updated by the netdata-installer.sh Remove line on having to call netdata-installer with the old options
2019-01-28Cloud Sign-In (#5095)George Moschovitis
* Manually merged changes from old hub-support branch, tracking #131 Call claim url #4771 Claim ui improvements #4771 Cleanup Implement Sign Out Introduced sign-in modal #3990 Added sign-in button More work on the iframe trick More work More work on the logic, removed old obsolete stuff Close modal Implement account menu Minor rename Renamed my-netdata to My Agents Show migrate button Collect known agents Work on migrateRegistryDidClick Minor Actually show agents from netdata cloud in the menu Some cleanup Keep all the alternate_urls for each agent Fix for tooltips over SignIn/AccountMenu * Actually use NETDATA.registry.cloudBaseURL Tricky! * Hide switch identity when signed-in #153 * Manually merged changes from old hub-support branch, tracking #131 Call claim url #4771 Claim ui improvements #4771 Cleanup Implement Sign Out Introduced sign-in modal #3990 Added sign-in button More work on the iframe trick More work More work on the logic, removed old obsolete stuff Close modal Implement account menu Minor rename Renamed my-netdata to My Agents Show migrate button Collect known agents Work on migrateRegistryDidClick Minor Actually show agents from netdata cloud in the menu Some cleanup Keep all the alternate_urls for each agent Fix for tooltips over SignIn/AccountMenu * Actually use NETDATA.registry.cloudBaseURL Tricky! * Hide switch identity when signed-in #153 * Cleanup * Refresh menu on sign-in * Disable cloud functionality if cloud base url is not set. This wll allow the merging of the branch into master, so we can avoid nasty rebases. * Updated to use the latest API endpoints * Fixed a couple of LGTM warnings * Improved migration algorithm, some cleanup. * Update My-Netdata menu on sign-out * Minor * Replaced modal with window * Update the My-Agents menu after migration, cleanup * Make the agent work after switching cloudBaseURL, cleanup * Introduced event tracing for analytics * Minor * Removed GA * Fixed error reported by LGTM * Only send the diff when syncing agents to ameliorate the load on the backend, cleanup * Reverted My-Netdata name, added some logging * Add Netdata Cloud menu item * Minor * Use the merge: false option and a fix * Added loading message in my-netdata menu * Show error if we cannot connect to netdata.cloud * Minor * Implemented deleteCloudKnownAgentURL api call, use it in my-netdata menu. * Removed menu entry * Disable my-netdata menu if user is not signed-in and using the global registry * Stop accessing the registry if it's not used. * Mask the agent url if the registry is in 'disabled' mode * Filter masked urls * Improved filtering of masked urls * Try to eagerly initialize the account ui to improve perceived performance * Minor * Don't search for other people's urls in cloud-enabled mode. * Added basic my-netdata filtering * Filter streamed host, aesthetic fixes * Minor * Some improvements of the filter ui * Removed What is this * Added placeholder to input, other fixes #240 * Show message if no databases match filter criteria * Fixed bug where agent lists where not merged * Minor * Hide modal if it redirects to self. * autocomplete off for filter input * Enable delete for custom registries, don't show error if delete fails * Filter agents without urls * Fix LGTM warning * Minor * Concatenate at client side, used the faster merge: false path * Added a clear button to the filter for extra usability * Minor * Minor * Improvements for small screens (more needed) * Combined my-netdata menu and hostname * Re-enabled registry masking * Show agent-filter only when signed-in * Improved syncAgents * Don't mask if using custom registry * Reject agents with empty urls * Filter valid agents * Fixed a couple of bugs * Applied Chris' fixes * Fix in registry.c * Cleanup * Only sync once * Implemented forceSync * Added what is this * sso, wip * Working SSO sign-in/sign-out, cleanup * Added Chris' patch * Added a modal that explains what synchronize is doing * Use sso-agent * Use origin as query param in sign-in * iframe -> origin * Pass machine_guid to sso * Make sure that the current netdata agent is synchronized hub#262 * Normalize originURL * Reenable tryFastInitCloud() * Updated to the latest endpoints * Support synchronizing to multiple cloud accounts * Set default cloud base url to netdata.cloud * Fix filter issues with Firefox * Fix for double tooltip on sign-in * Show known servers in console for debugging purposes * Don't block on errors to delete from registry when signed in * Disable tryFastInitCloud * Improved styling for filter input * Improved styling in my-netdata menu * Display the registry url in the sync-registry modal * agents -> nodes in texts * Support for sso-precheck * Do not implicitly synchronize custom registries. * Improvement to syncAgents (more coming) * More fixes * Don't sign in users with private registries if they don't consent on the sync * Set netdataRegistryAfterMs = 0 * Don't pass url to sso-agent * Added Chris' patch to alarm-notify * Refactored syncAgent/mergeAgents, make sure current Agent is synced on sign-in. * Fix for LGTM warning * Minor * Fix for a XSS warning * Extra check for dataLayer
2019-01-28netdata update instructions after recent changes (#5277)Chris Akritidis
* netdata update instructions after recent changes * Update UPDATE.md
2019-01-27[ci skip] create nightly packages and update changelognetdatabot
2019-01-27Fix incorrect parsing of ACLs (#5275)Chris Akritidis
2019-01-27Anonymous statistics (#5113)Chris Akritidis
* Added shell and dashboard anonymous statistics * Check for environment var NETDATA_REGISTRY_UNIQUE_ID * Fix indentation * Removed health-cmdapi-test * docs/anonymous-statistics.md
2019-01-24[ci skip] create nightly packages and update changelognetdatabot
2019-01-24Improvements to QoS (tc) documentation (#5221)Chris Akritidis
* Improvements to QoS (tc) documentation Add configuration method provided by @laneshields at #4563 Wording improvements. Move additional example chart further up * Update README.md * Fixed internal link
2019-01-24Always run make clean before make (#5265)Chris Akritidis
2019-01-24SUSE addition (#5258)Danny Sauer
Fix capitalization and add SUSE link. Still working on getting build service to auto-track releases (one version behind right now). Also add missing pipe on Slackware row :)
2019-01-24fix invalid json returned after 'prefix': 'osd df' (#5260)Ilya Mashchenko
2019-01-24Fix typo in docs/configuration-guide.md (#5259)Artem Varaksa
2019-01-24Update alarm-notify.sh.in (#5263)Chris Akritidis
Fixes #5261
2019-01-24Don't show zero charts for ZFS filesystem (#5211)Vladimir Kobal
* Check if any pools exist * Don't show zero charts
2019-01-23Check version.txt in correct directory and fix link to docs (#5256)Chris Akritidis
2019-01-23[ci skip] create nightly packages and update changelognetdatabot
2019-01-23Update info on plugins (#5101)Chris Akritidis
Also add a bit more info on memory usage, due to #5098
2019-01-23Instruct users to use edit-config (#5222)Chris Akritidis
2019-01-23Mysql charts fix (#5250)Ilya Mashchenko
* remove `mysql ` prefix from chart titles * split charts which contains dims with different algorithm
2019-01-22[ci skip] create nightly packages and update changelognetdatabot
2019-01-22alarm-notify: Add Prowl integration for iOS users. (#5132)Austin S. Hemmelgarn
* alarm-notify: Add Prowl integration for iOS users. This adds the ability for Netdata to send push notifications to iOS devices via prowlapp.com. Delivered notifications have a similar format to that used with Fleep.io, and include a URL that links back to the Netdata system that originally issued the alert. There is a hard limit on API calls to Prowl of 1000 per IP per hour. Prowl provides support for issuing notifications to multiple recipients simultaneously by specifying more than one API key with a request, and this code takes advantage of that so that any notification only results in at most one API call. Fixes: #3788 * Numerous small fixes.
2019-01-22Remove v before the version (#5223)Chris Akritidis
2019-01-22go through whole nightly before quiting (#5219)Paweł Krupa
2019-01-22plugins.d doc: Remove empty similar headline (#5245)Simon Nagl
2019-01-22Pass correct options to the configure command (#5244)Chris Akritidis
Configure needs the options that `netdata-installer.sh` uses as well. Without them, we get problems with the paths in the .in scripts
2019-01-21[ci skip] create nightly packages and update changelognetdatabot
2019-01-21Update kickstart.sh md5sum in docs (#5242)Chris Akritidis
2019-01-21Fix check for install-required-packages.sh (#5241)Chris Akritidis
Fixes #5240
2019-01-20[ci skip] create nightly packages and update changelognetdatabot
2019-01-20Fix nightly builds and cron autoupdater (#5232)Paweł Krupa
* add gating before using polyverse * workaround for installations which doesn't use newer installer * fix #5225; #5229; #5228; #5208
2019-01-20update kickstart md5sumPaweł Krupa
2019-01-20fix md5sum (#5230)Paweł Krupa
2019-01-19[ci skip] create nightly packages and update changelognetdatabot
2019-01-19Update netdata-installer.shPaweł Krupa
2019-01-19python dockerd module: check version (#5217)Ilya Mashchenko
* add min req version to readme * check docker package version in check
2019-01-18Bug fix for netdata behind authenticated proxies (#5216)Chris Akritidis
* Was incorrectly updating the headers when the Authorization header was being sent * Use X-Auth-Token instead of Authorization header, to allow the management API to work authenticated behind proxies as well
2019-01-18[ci skip] create nightly packages and update changelognetdatabot
2019-01-18Update bug_report.mdPaweł Krupa
2019-01-18add go.d.plugin to apps_groups.conf (#5214)Ilya Mashchenko