summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-25initial commit for updating the documentAncairon-patch-1Fotis Voutsas
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
2024-04-24add smartctl to ndsudo (#17515)Ilya Mashchenko
2024-04-24Clean up CMake build options. (#17442)Austin S. Hemmelgarn
- Ensure that they have a properly descriptive help string that can be understood without detailed knowledge of Netdata. - Ensure that options that are not intended to be used by regular users are flagged as advanced (and thus do not show up in the various CMake UIs by default). - Ensure that options that are logically dependent on others are handled as such by CMake. - Properly sort main options, and label the groups with comments describing them.
2024-04-24Fix handling of kernel version detection in CMake. (#17514)Austin S. Hemmelgarn
2024-04-24Documentation edits (#17509)Fotis Voutsas
* Delete docs/category-overview-pages/netdata-dashboards-and-visualizations.md * Delete src/web/gui/confluence/README.md * Delete docs/category-overview-pages/monitor-your-infrastructure.md * Update view-active-alerts.md * Apply suggestions from code review * Update docs/monitor/view-active-alerts.md Co-authored-by: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com>
2024-04-24Work around MS’s broken infra in CI. (#17513)Austin S. Hemmelgarn
Not a complete workaround, but this is the best we can do without modifying code that runs on user systems.
2024-04-24go.d traefik fix "got a SET but dimension does not exist" (#17511)Ilya Mashchenko
2024-04-24Report correct error code when data insert fails (#17508)Stelios Fragkakis
Report correct error code
2024-04-24Additional SQL code cleanup (#17503)Stelios Fragkakis
Remove unneeded check Add macros for sqlite3_finalize and sqlite3_reset Use macro to make parameter binding more readable
2024-04-24Move libbpf and eBPF CO-RE bundling into CMake. (#17484)Austin S. Hemmelgarn
* Move libbpf and eBPF CO-RE bundling into CMake. * Silence CMP0135 warnings. * Fix handling of legacy eBPF code. * Only enable eBPF by default on Linux. * Correctly auto-detect the need for legacy libbpf. * Fix include paths for libbpf linking. * Add coreutils dependency on Alpine. * Fix ebpf code handling. * Fix lib path handling for libbpf.a. * Correctly fix libbpf lib directory handling. * Use correct comparison type.
2024-04-24[ci skip] Update changelog and version for nightly build: v1.45.0-276-nightly.netdatabot
2024-04-23Regenerate integrations.js (#17505)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-23Sso improvements (#17506)Hugo Valente
* better redirect * add missing link
2024-04-23remove python.d/fail2ban (#17502)Ilya Mashchenko
* remove python.d/fail2ban * disable in python.d.conf
2024-04-23add go.d fail2ban (#17501)Ilya Mashchenko
* add go.d fail2ban * update contexts
2024-04-23better redirect (#17500)Hugo Valente
2024-04-23add fail2ban-client to ndsudo (#17499)Ilya Mashchenko
2024-04-23Fix labels name-only matching (#17482)Stelios Fragkakis
2024-04-23add generic sso authenciation page and SP-initiated SSO on Okta (#17494)Hugo Valente
* add generic sso authenciation page and SP-initiated SSO on Okta * Rename docs/cloud/manage/sso-authentication.md to docs/netdata-cloud/sso-authentication.md * Update metadata.yaml * add category overview page and rename sso file to its title * alter script to send auth integrations to desired folder * alter script to send auth integrations to desired folder * add content on the authentication & authorization main page --------- Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
2024-04-23Fix usage of sha256sum in static builds. (#17495)Austin S. Hemmelgarn
2024-04-23Public NC Spaces access fix (#17492)Costa Tsaousis
remove the check about mismatched spaces, to support signed-in users in public spaces
2024-04-23go.d fix intelgpu with update_every > 3 (#17491)Ilya Mashchenko
2024-04-23move file (#17490)Fotis Voutsas
* fix * links * move final file from dir
2024-04-23Regenerate integrations.js (#17487)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-23go.d update go.mod 1.22.0 and update some packages (#17489)Ilya Mashchenko
2024-04-23move netdata charts documentation to proper folder (#17488)Fotis Voutsas
* fix * links
2024-04-23Fix maintainer documentation to reflect the new build system. (#17441)Austin S. Hemmelgarn
2024-04-23move netdata charts documentation to proper folder (#17486)Fotis Voutsas
2024-04-23[ci skip] Update changelog and version for nightly build: v1.45.0-258-nightly.netdatabot
2024-04-22Regenerate integrations.js (#17483)Netdata bot
Co-authored-by: thiagoftsm <49162938+thiagoftsm@users.noreply.github.com>
2024-04-22Add power consumption metric to power supply monitoring module (#17329)Eldar Yusupov
2024-04-22go.d nvidia_smi: use XML format by default (#17481)Ilya Mashchenko
2024-04-22go.d pkg prometheus improve parsing err msg (#17480)Ilya Mashchenko
2024-04-22move dashboards file (#17479)Fotis Voutsas
fix link
2024-04-22Update Libbpf to 1.4 (#17470)thiagoftsm
2024-04-22k8s doc edits (#17471)Fotis Voutsas
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-04-22go.d windows add "vnode" to config schema (#17478)Ilya Mashchenko
2024-04-22move dashboards file (#17476)Fotis Voutsas
* move dashboards file * Apply suggestions from code review
2024-04-22bump go toolchain to v1.22.0 in check-for-go-toolchain.sh (#17474)Ilya Mashchenko
2024-04-22Regenerate integrations.js (#17477)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-22remove python.d/sensors (#17473)Ilya Mashchenko
2024-04-22Regenerate integrations.js (#17472)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-22go.d add sensors (#17466)Ilya Mashchenko
2024-04-22Bump github.com/likexian/whois-parser from 1.24.12 to 1.24.15 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17469) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22add section for regenerate claiming token (#17457)Hugo Valente
* add section for regenerate claiming token * missing h * missing If at begh * missing If at n on token * add example of silencing alert instance
2024-04-22[ci skip] Update changelog and version for nightly build: v1.45.0-241-nightly.netdatabot
2024-04-21Regenerate integrations.js (#17465)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>