summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
AgeCommit message (Expand)Author
2022-02-08update scripts for POSIX compatibility (#11961)maneamarius
2022-02-02Fix compilation errors for OpenSSL on macOS (#12048)Vladimir Kobal
2022-01-31fix typo, tidy up sentence (#12062)Pete Cooper
2022-01-10Update dependencies for the pubsub exporting connector (#11872)Vladimir Kobal
2022-01-04Removes ACLK Legacy (#11841)Timotej S
2021-11-04Sanely handle installing on systems with limited RAM. (#11658)Austin S. Hemmelgarn
2021-11-04Add basic telemetry to the new kickstart script. (#11718)Austin S. Hemmelgarn
2021-10-28Add log grouping in installer and static build code when running under GitHub...Austin S. Hemmelgarn
2021-10-27Anomaly Detection MVP (#11548)vkalintiris
2021-10-20New eBPF and libbpf releases (#11680)thiagoftsm
2021-10-12Added static builds for ARMv7l and ARMv8a (#11490)Austin S. Hemmelgarn
2021-09-23Add option for netdata-installer to allow compilation only on X86_64 (#11566)thiagoftsm
2021-09-21fix installer flag --use-system-protobuf (#11539)Timotej S
2021-09-20Update libbpf (#11480)thiagoftsm
2021-09-15Remove unused script (#11516)thiagoftsm
2021-09-14Allow arbitrary options to be passed to make from netdata-installer.sh. (#11479)Austin S. Hemmelgarn
2021-08-25Don’t bail early if we fail to build cloud deps with required cloud. (#11446)Austin S. Hemmelgarn
2021-08-24Check for failed protobuf configure or make (#11450)Emmanuel Vasilakis
2021-08-16Added support for bundling protobuf as part of the install. (#11374)Austin S. Hemmelgarn
2021-08-12Default to not using LTO for builds. (#11432)Austin S. Hemmelgarn
2021-07-29Update handling of builds of bundled dependencies. (#11375)Austin S. Hemmelgarn
2021-06-14Allows ACLK NG and Legacy to coexist (#11225)Timotej S
2021-06-01Compile/Link with absolute paths for bundled/vendored deps. (#11129)vkalintiris
2021-05-24Store info about the installation type for later retrieval. (#11157)Austin S. Hemmelgarn
2021-05-14Bundle the react dashboard code into the agent repo directly. (#11139)Austin S. Hemmelgarn
2021-05-06Support mulitple jobs in make(1) when building LWS. (#10799)vkalintiris
2021-05-05netdata-installer.sh: Enable IPv6 support in libwebsockets (#11079) (#11080)pjakuszew
2021-04-15Update eBPF documentation (#10982)thiagoftsm
2021-04-14Replace references to Google Analytics with Posthog where relevant (#10868)Andrew Maguire
2021-04-05Spelling build (#10428)Josh Soref
2021-03-25minor - add info about --aclk-ng to netdata-installer (#10852)Timotej S
2021-03-18eBPF plugin thiagoftsm
2021-03-16Adds ACLK-NG as fallback(#10315)Timotej S
2021-03-15Fixed handling of perf.plugin capabilities. (#10766)Austin S. Hemmelgarn
2021-03-12Fixed handling of permissions for some plugins. (#10490)Austin S. Hemmelgarn
2021-01-13New eBPF kernel (#10434)thiagoftsm
2021-01-04Persist `$TMPDIR` from installer to updater. (#10384)Austin S. Hemmelgarn
2020-12-08Use `glibtoolize` on macOS instead of regular `libtoolize`. (#10346)Austin S. Hemmelgarn
2020-12-08Added patch to build LWS properly on macOS. (#10333)Austin S. Hemmelgarn
2020-11-06Fixed two bugs related to version handling in install and update code. (#10162)Austin S. Hemmelgarn
2020-11-06Fixed builds using particular versions of Clang. (#10155)Austin S. Hemmelgarn
2020-10-30allows use of system libwebsockets instead of bundled one (#9984)Timotej S
2020-09-30Add a few changes that were missed by the systemd updater support. (#10007)Austin S. Hemmelgarn
2020-09-28Added improved auto-update support. (#9966)Austin S. Hemmelgarn
2020-09-21Fix typo inside netdata-installer.sh (#9962)thiagoftsm
2020-09-09Fixed another typo in the libJudy bundling code. (#9904)Austin S. Hemmelgarn
2020-09-08Fixed typo in option name used to use bundled libJudy (#9893)James Mills
2020-09-01Added code to bundle libJudy on systems which do not provide a usable copy of...Austin S. Hemmelgarn
2020-08-31Don't install eBPF plugin components when they shouldn't be installed (#9844)Vladimir Kobal
2020-08-31Use printf instead of echo for better POSIX compliance. (#9842)Austin S. Hemmelgarn