summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2024-05-12go.d ping add missing setting to schema (#17642)Ilya Mashchenko
2024-05-12logs: add ND_ALERT_STATUS to facets (#17641)Costa Tsaousis
add ND_ALERT_STATUS to facets
2024-05-11Add valkey to apps_groups.conf (#17639)Mohamed Akram
2024-05-10ndsudo add ssacli (#17635)Ilya Mashchenko
2024-05-10health update isc dhcp alarms (#17634)Ilya Mashchenko
2024-05-09Bump github.com/docker/docker from 26.1.1+incompatible to ↵dependabot[bot]
26.1.2+incompatible in /src/go/collectors/go.d.plugin (#17631) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09Improve handling of an alert that transitions to the REMOVED state (#17621)Stelios Fragkakis
2024-05-09Regenerate integrations.js (#17630)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-05-09go.d isc_dhcpd create a chart for each pool (#17629)Ilya Mashchenko
2024-05-09python.d remove bind_rndc (#17628)Ilya Mashchenko
2024-05-09Regenerate integrations.js (#17626)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-05-09go.d filecheck update to create a chart per instance (#17624)Ilya Mashchenko
2024-05-09go.d systemdunits fix unit files selector (#17622)Ilya Mashchenko
2024-05-08log to journal all transitions (#17618)Costa Tsaousis
2024-05-08add update every to json schema (#17613)Costa Tsaousis
2024-05-08reset health when children disconnect (#17612)Costa Tsaousis
* reset health when children disconnect * cleanup when health is enabled somehow * fix cleanup * fix cleanup * reset health flags on disconnect * cleanup obsolete states * use the host variable * set health variables on every chart update
2024-05-07go.d dyncfg return 200 on Enable for running jobs (#17611)Ilya Mashchenko
2024-05-07Regenerate integrations.js (#17610)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-05-07go.d systemdunits add unit files state (#17606)Ilya Mashchenko
2024-05-07Bump golang.org/x/net from 0.24.0 to 0.25.0 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17609) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06Regenerate integrations.js (#17603)Netdata bot
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-05-06remove python.d/smartd_log (#17600)Ilya Mashchenko
2024-05-06go.d postgres: reset table/index bloat stats before querying (#17598)Ilya Mashchenko
2024-05-06Bump golang.org/x/text from 0.14.0 to 0.15.0 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17596) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03Bump github.com/docker/docker from 26.1.0+incompatible to ↵dependabot[bot]
26.1.1+incompatible in /src/go/collectors/go.d.plugin (#17592) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03go.d/python.d respect all netdata log levels (#17587)Ilya Mashchenko
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-01go.d prometheus remove apostrophe in label values (#17570)Ilya Mashchenko
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-01go.d smartctl improve units (#17564)Ilya Mashchenko
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