Commit Graph

17703 Commits

Author SHA1 Message Date
Hugo Valente cba771ceea
add features section requested on Okta review (#17531) 2024-04-26 14:59:22 +03:00
Austin S. Hemmelgarn 1f07deaff3
Don’t unnescesarily clean repo during static builds. (#17530)
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 14:58:07 +03:00
netdatabot 700efa5419 [ci skip] Update changelog and version for nightly build: v1.45.0-296-nightly. 2024-04-26 08:02:15 +00:00
Austin S. Hemmelgarn edc1ad50c8
Revert changes to ENABLE_CLOUD option. (#17528) 2024-04-26 10:53:42 +03:00
Ilya Mashchenko e739a3cf0e
fix _ndpath in detect_existing_install() (#17527) 2024-04-26 10:45:10 +03:00
Fotis Voutsas 234f4a6811
Anomaly Advisor documentation edits (#17518)
* 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 10:44:28 +03:00
netdatabot 794b453e0c [ci skip] Update changelog and version for nightly build: v1.45.0-292-nightly. 2024-04-26 00:16:30 +00:00
dependabot[bot] b7d148b152
Bump github.com/docker/docker from 26.0.2+incompatible to 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-25 15:08:57 +03:00
Fotis Voutsas 8914b4cf58
update the file (#17522)
* update the file

* simplify wording

---------

Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-04-25 11:56:13 +00:00
Ilya Mashchenko f91e91bb71
go.d prometheus fix units for snmp_exporter (#17524) 2024-04-25 14:34:53 +03:00
Austin S. Hemmelgarn 63ec0d89dd
Update CMake to request new behavior for all policies through v3.28.0. (#17496)
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-25 09:21:40 +03:00
Austin S. Hemmelgarn 9b3b4816c1
Move handling of legacy eBPF programs into CMake. (#17512)
* Move handling of legacy eBPF programs into CMake.

* Fix typos.

* Fix more typos

* Fix up packaging code.
2024-04-25 09:21:03 +03:00
netdatabot 0388cb719e [ci skip] Update changelog and version for nightly build: v1.45.0-286-nightly. 2024-04-25 00:16:14 +00:00
Ilya Mashchenko fae824fb71
add smartctl to ndsudo (#17515) 2024-04-24 18:38:01 +03:00
Austin S. Hemmelgarn 4ac496d749
Clean up CMake build options. (#17442)
- 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-24 15:54:10 +03:00
Austin S. Hemmelgarn e63cc315b5
Fix handling of kernel version detection in CMake. (#17514) 2024-04-24 14:31:00 +03:00
Fotis Voutsas 2290b61e41
Documentation edits (#17509)
* 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-24 13:55:45 +03:00
Austin S. Hemmelgarn ee5e83e01e
Work around MS’s broken infra in CI. (#17513)
Not a complete workaround, but this is the best we can do without
modifying code that runs on user systems.
2024-04-24 12:47:36 +03:00
Ilya Mashchenko 992615f380
go.d traefik fix "got a SET but dimension does not exist" (#17511) 2024-04-24 11:35:04 +03:00
Stelios Fragkakis 815a5886e5
Report correct error code when data insert fails (#17508)
Report correct error code
2024-04-24 10:01:24 +03:00
Stelios Fragkakis e1579abddc
Additional SQL code cleanup (#17503)
Remove unneeded check
Add macros for sqlite3_finalize and sqlite3_reset
Use macro to make parameter binding more readable
2024-04-24 09:56:15 +03:00
Austin S. Hemmelgarn aa6d30384d
Move libbpf and eBPF CO-RE bundling into CMake. (#17484)
* 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 09:17:23 +03:00
netdatabot 7a59792902 [ci skip] Update changelog and version for nightly build: v1.45.0-276-nightly. 2024-04-24 00:16:39 +00:00
Netdata bot 96b5d0fc8c
Regenerate integrations.js (#17505)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-23 21:27:16 +03:00
Hugo Valente 4ab9422b49
Sso improvements (#17506)
* better redirect

* add missing link
2024-04-23 21:22:52 +03:00
Ilya Mashchenko 6fc65d0534
remove python.d/fail2ban (#17502)
* remove python.d/fail2ban

* disable in python.d.conf
2024-04-23 20:00:03 +03:00
Ilya Mashchenko 3557536386
add go.d fail2ban (#17501)
* add go.d fail2ban

* update contexts
2024-04-23 19:37:20 +03:00
Hugo Valente ae783041d9
better redirect (#17500) 2024-04-23 14:53:05 +00:00
Ilya Mashchenko d50def4a54
add fail2ban-client to ndsudo (#17499) 2024-04-23 16:05:00 +03:00
Stelios Fragkakis 9edea61e50
Fix labels name-only matching (#17482) 2024-04-23 15:27:04 +03:00
Hugo Valente fbd3e485ee
add generic sso authenciation page and SP-initiated SSO on Okta (#17494)
* 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-23 12:26:21 +00:00
Austin S. Hemmelgarn 9184c37c92
Fix usage of sha256sum in static builds. (#17495) 2024-04-23 14:05:47 +03:00
Costa Tsaousis 063e019fcc
Public NC Spaces access fix (#17492)
remove the check about mismatched spaces, to support signed-in users in public spaces
2024-04-23 12:30:02 +03:00
Ilya Mashchenko 10685dff66
go.d fix intelgpu with update_every > 3 (#17491) 2024-04-23 12:08:21 +03:00
Fotis Voutsas f710b51810
move file (#17490)
* fix

* links

* move final file from dir
2024-04-23 11:22:30 +03:00
Netdata bot c445dc8351
Regenerate integrations.js (#17487)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-23 11:13:27 +03:00
Ilya Mashchenko b9bc6bb89a
go.d update go.mod 1.22.0 and update some packages (#17489) 2024-04-23 11:11:09 +03:00
Fotis Voutsas ea4bf6d407
move netdata charts documentation to proper folder (#17488)
* fix

* links
2024-04-23 07:43:09 +00:00
Austin S. Hemmelgarn 39ea36980f
Fix maintainer documentation to reflect the new build system. (#17441) 2024-04-23 10:32:43 +03:00
Fotis Voutsas 34336e833a
move netdata charts documentation to proper folder (#17486) 2024-04-23 10:09:50 +03:00
netdatabot 3b1e545a72 [ci skip] Update changelog and version for nightly build: v1.45.0-258-nightly. 2024-04-23 00:17:16 +00:00
Netdata bot 7f752b6263
Regenerate integrations.js (#17483)
Co-authored-by: thiagoftsm <49162938+thiagoftsm@users.noreply.github.com>
2024-04-22 17:02:17 +03:00
Eldar Yusupov 632f7a367e
Add power consumption metric to power supply monitoring module (#17329) 2024-04-22 13:35:04 +00:00
Ilya Mashchenko d1494e0f5f
go.d nvidia_smi: use XML format by default (#17481) 2024-04-22 16:32:51 +03:00
Ilya Mashchenko 4f2adbdf8a
go.d pkg prometheus improve parsing err msg (#17480) 2024-04-22 15:34:04 +03:00
Fotis Voutsas 3a019641e0
move dashboards file (#17479)
fix link
2024-04-22 15:01:18 +03:00
thiagoftsm 238214a917
Update Libbpf to 1.4 (#17470) 2024-04-22 11:25:50 +00:00
Fotis Voutsas 9cc4786a97
k8s doc edits (#17471)
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-04-22 14:11:22 +03:00
Ilya Mashchenko 93c0b0d82d
go.d windows add "vnode" to config schema (#17478) 2024-04-22 13:53:56 +03:00
Fotis Voutsas 5616663d04
move dashboards file (#17476)
* move dashboards file

* Apply suggestions from code review
2024-04-22 10:52:05 +00:00