summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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-25go.d prometheus fix units for snmp_exporter (#17524)Ilya Mashchenko
2024-04-24add smartctl to ndsudo (#17515)Ilya Mashchenko
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-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-23Regenerate integrations.js (#17505)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
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-23add fail2ban-client to ndsudo (#17499)Ilya Mashchenko
2024-04-23Fix labels name-only matching (#17482)Stelios Fragkakis
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-23go.d update go.mod 1.22.0 and update some packages (#17489)Ilya Mashchenko
2024-04-23move netdata charts documentation to proper folder (#17486)Fotis Voutsas
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-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-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-21Regenerate integrations.js (#17465)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-21remove python.d/hddtemp (#17463)Ilya Mashchenko
2024-04-21Regenerate integrations.js (#17464)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-21go.d add hddtemp (#17462)Ilya Mashchenko
2024-04-20Regenerate integrations.js (#17461)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-20go.d storcli update (#17460)Ilya Mashchenko
2024-04-19Regenerate integrations.js (#17458)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-04-19go.d add storcli collector (#17454)Ilya Mashchenko
2024-04-19ndsudo add storcli (#17455)Ilya Mashchenko
2024-04-19Bump github.com/vmware/govmomi from 0.37.0 to 0.37.1 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17451) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>