summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-05-02Cpack fixes (#17576)vkalintiris
* Fix list joining * Fix plugin apps typo
2024-05-02fix table (#17581)Hugo Valente
2024-05-02Regenerate integrations.js (#17578)Netdata bot
Co-authored-by: Ancairon <70198089+Ancairon@users.noreply.github.com>
2024-05-02Update Netdata subscription plans documentation (#17571)Fotis Voutsas
* update the plans doc to reflect plans available * update role base access model * view plan n billing updates * change wording * admin wording * update centralized cloud alerts reference doc * remove misleading plan indication * check links, and format files and tables * Update plans.md * Apply suggestions from code review * simplify language in edited docs, make them simpler to grasp * edits from product * Update alerts-configuration-manager.md * Apply suggestions from code review Co-authored-by: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud> Co-authored-by: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com>
2024-05-02Fix compilation without `dbengine` (#17575)thiagoftsm
* fix_dbengine_compilation: Add missing macros to daemon/main * fix_dbengine_compilation: Add missing macros to database/rrdhost.c
2024-05-02Increase the message size to the spawn server (#17566)Stelios Fragkakis
* Spawn server check * Increase message buffer
2024-05-02[ci skip] Update changelog and version for nightly build: v1.45.0-329-nightly.netdatabot
2024-05-01Bump google-github-actions/upload-cloud-storage from 2.0.0 to 2.1.0 (#16859)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01Bump google-github-actions/setup-gcloud from 2.0.1 to 2.1.0 (#16860)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01[ci skip] Update changelog and version for nightly build: v1.45.0-326-nightly.netdatabot
2024-05-01Fix handling of netdata.conf on install in build system. (#17572)Austin S. Hemmelgarn
* Fix handling of netdata.conf on install in build system. * Fix RPM build handling. * Update netdata.spec.in --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-05-01remove go.d symbol/debug info with RelWithDebInfo (#17569)Ilya Mashchenko
2024-05-01go.d prometheus remove apostrophe in label values (#17570)Ilya Mashchenko
2024-05-01Detect and use ld.mold instead of the system linker. (#17534)Austin S. Hemmelgarn
Not a mandatory dependency, but it significantly speeds up the final linking step for builds.
2024-05-01Significantly simplify the protobuf handling in CMake. (#17533)Austin S. Hemmelgarn
2024-05-01Clean up handling of compiler flags in CMake. (#17532)Austin S. Hemmelgarn
* Move all handling of compilation flags inot compiler flags module. Also, make including the module do all the required compiler flag changes. * Switch compiler flag handling to (mostly) use properties. This makes it easier to override individual flags on a per-target basis and also results in slightly simpler CMake code. * Fix typos in compiler flag handling. * Fix missing quotes.
2024-05-01Regenerate integrations.js (#17567)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-05-01go.d smartctl add meta setup prerequisites (#17568)Ilya Mashchenko
2024-05-01go.d smartctl small improvements (#17565)Ilya Mashchenko
2024-05-01Events tab documentation updates (#17521)Fotis Voutsas
Co-authored-by: Hugo Valente <hugo@netdata.cloud>
2024-05-01[ci skip] Update changelog and version for nightly build: v1.45.0-315-nightly.netdatabot
2024-05-01go.d smartctl improve units (#17564)Ilya Mashchenko
2024-04-30Regenerate integrations.js (#17561)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-30Add OIDC docs (#17557)Joao Cardoso
* feat: add OIDC docs * Update integrations/cloud-authentication/metadata.yaml Co-authored-by: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com> * Update integrations/cloud-authentication/metadata.yaml Co-authored-by: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com> --------- Co-authored-by: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com>
2024-04-30Regenerate integrations.js (#17560)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-30go.d smartctl (#17536)Ilya Mashchenko
2024-04-30Additional code cleanup (#17541)Stelios Fragkakis
* Use macros for readability * Fix macros to return proper value Remove unused variable * Use macro to prepare statement in more places
2024-04-30Use CPack to generate Debian packages (#17475)vkalintiris
* CPack * Add script to build all artifacts. * Add infrastructure to run package builds via CPack in CI. * Fix typos in distro config. * Fix permissions on package-build script. * Control files for netdata package * pre/post inst files for debugfs. * Fix directory name handling for package build. * pre/post inst scripts for cups * pre/post inst scripts for xenstat * pre/post inst scripts for slabinfo * pre/post inst scripts for apps * pre/post inst scripts for network-viewer * pre/post inst script for nfacct * pre/post inst scripts for freeipmi * pre/post inst scripts for logs-management * pre/post inst perf * pre/post inst scripts for systemd-journal * pre/post init scripts for go.d * pre/post inst scripts for ebpf * pre/post init files for charts.d & python.d * Skip eBPF in packaging. * Fix most of the package names * Add copyright * etc/default/netdata * Bump * Enable all packages except for ebpf. * Add log2journal to netdata component. * Produce pretty-much the same RFS. - No README.md docs - /var/run/netdat missing on CPack's side - No ebpf - No changelogs * Enable ebpf plugin * Fix runtime path * Build debug symbol packages * Update package directory * Fix eBPF and Xenstat conditionals. * Fixes for package build process. * Package version for cpack * Add ebpf-code-legacy package * Update extraction logic * Fix control info for netdata package * Fix control file for chartsd plugin package * Fix typos in package build script. * Update dependencies * Add python3 * Fix verbose option to cpack * Add whitespace in package description field. * SKip adding files that might break rpm packages * Final fixups to package handling. * Fix architecture matching for package build options. * Fix dependency handling. * Remove top-level scripts --------- Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>
2024-04-30Adjust eBPF code. (#17550)thiagoftsm
2024-04-30try hardcode docs links (#17553)Fotis Voutsas
* hardcode links * Update enable-notifications.md
2024-04-30Notification section updates (#17551)Fotis Voutsas
* Update enable-notifications.md * Update README.md * Update enable-notifications.md * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-04-30refresh the ML documentation and consolidate the two docs (#17543)Fotis Voutsas
* refresh the ML documentation and consolidate the two docs * ml conf doc * ml category overview page debloat * link to AA * update metrics correlation doc * Apply suggestions from code review Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-04-30[ci skip] Update changelog and version for nightly build: v1.45.0-303-nightly.netdatabot
2024-04-29Really fix platform EOL checks.Austin S. Hemmelgarn
2024-04-29Fix platform EOL check issue assignment. (#17544)Austin S. Hemmelgarn
2024-04-29Bump github.com/likexian/whois from 1.15.2 to 1.15.3 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17542) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-27[ci skip] Update changelog and version for nightly build: v1.45.0-299-nightly.netdatabot
2024-04-26add features section requested on Okta review (#17531)Hugo Valente
2024-04-26Don’t unnescesarily clean repo during static builds. (#17530)Austin S. Hemmelgarn
Don’t clean repo during static builds. We’re using a separate build directory in all cases, so there is no longer any need to try to clean the repository before a static build. This enables running static builds in linked git worktrees.
2024-04-26[ci skip] Update changelog and version for nightly build: v1.45.0-296-nightly.netdatabot
2024-04-26Revert changes to ENABLE_CLOUD option. (#17528)Austin S. Hemmelgarn
2024-04-26fix _ndpath in detect_existing_install() (#17527)Ilya Mashchenko
2024-04-26Anomaly Advisor documentation edits (#17518)Fotis Voutsas
* anomaly advisor documentation edits * replace links * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud> * Apply suggestions from code review Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud>
2024-04-26[ci skip] Update changelog and version for nightly build: v1.45.0-292-nightly.netdatabot
2024-04-25Bump github.com/docker/docker from 26.0.2+incompatible to ↵dependabot[bot]
26.1.0+incompatible in /src/go/collectors/go.d.plugin (#17520) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-25update the file (#17522)Fotis Voutsas
* update the file * simplify wording --------- Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-04-25go.d prometheus fix units for snmp_exporter (#17524)Ilya Mashchenko
2024-04-25Update CMake to request new behavior for all policies through v3.28.0. (#17496)Austin S. Hemmelgarn
Our CMake code definitely works fine with all versions from our minimum suppored version of 3.13 up to and including 3.28, and any of the policies that are likely to affect us should use the new behavior anyway because the old behavior leads to the possiblity of incorrect builds, so explicitly request that CMake all CMake policies provided by the used version up to those provided by v3.28.0 are set to the new behavior.
2024-04-25Move handling of legacy eBPF programs into CMake. (#17512)Austin S. Hemmelgarn
* Move handling of legacy eBPF programs into CMake. * Fix typos. * Fix more typos * Fix up packaging code.
2024-04-25[ci skip] Update changelog and version for nightly build: v1.45.0-286-nightly.netdatabot