summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-05Fix indentation, set default retention to 7 dayssnap-buildRalph Meijer
2024-04-05Check out submodules in GitHub actionRalph Meijer
2024-04-05Run this new workflowRalph Meijer
2024-04-05Add initial GitHub action to build snapRalph Meijer
2024-04-05Bundle eBPFRalph Meijer
2024-04-03Switch to using cmake directly.Ralph Meijer
This build takes cues from `contrib/debian` and also directly adjusts the prefix to `/snap/netdata/current` and adjusts the default config to only the needed changes to point to `/var/snap/netdata/common` for config and `/current` for everything that goes into `/var`. Additionally, a lot of runtime dependencies are taken from snapcraft hints.
2024-04-03Build Netdata Agent Snap from sourceRalph Meijer
2024-04-03[ci skip] Update changelog and version for nightly build: v1.45.0-103-nightly.netdatabot
2024-04-02Fix assorted issues in the Docker build process. (#17312)Austin S. Hemmelgarn
* Fix assorted issues in the Docker build process. * Correctly add stable tag to tag list.
2024-04-02dyncfg function on parents should not require any access rights (#17310)Costa Tsaousis
2024-04-02[ci skip] Update changelog and version for nightly build: v1.45.0-100-nightly.netdatabot
2024-04-01Fix SWAP pages (#17295)thiagoftsm
2024-04-01Update metadata frequency (#17307)Stelios Fragkakis
Meta update every 6 hours instead of 2
2024-04-01Fix handling of post-release workflows triggered by Docker workflow. (#17306)Austin S. Hemmelgarn
2024-04-01Bump actions/add-to-project from 0.6.1 to 1.0.0 (#17298)dependabot[bot]
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.1 to 1.0.0. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.6.1...v1.0.0) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01Bump Wandalen/wretry.action from 2 to 3 (#17297)dependabot[bot]
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 2 to 3. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v2...v3) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01go.d: sd ll: add mysql socket jobs (#17305)Ilya Mashchenko
2024-04-01Add Fedora 40 to CI, packages, and support policy. (#17282)Austin S. Hemmelgarn
2024-04-01Fix repoconfig publishing. (#17288)Austin S. Hemmelgarn
They’re only supposed to go into the repoconfig repositories, not the edge or stable ones.
2024-04-01go.d: sd local listeners: add unix socket job (#17304)Ilya Mashchenko
2024-04-01Bump github.com/vmware/govmomi from 0.36.1 to 0.36.2 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17300) Bump github.com/vmware/govmomi in /src/go/collectors/go.d.plugin Bumps [github.com/vmware/govmomi](https://github.com/vmware/govmomi) from 0.36.1 to 0.36.2. - [Release notes](https://github.com/vmware/govmomi/releases) - [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md) - [Commits](https://github.com/vmware/govmomi/compare/v0.36.1...v0.36.2) --- updated-dependencies: - dependency-name: github.com/vmware/govmomi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01Bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 in ↵dependabot[bot]
/src/go/collectors/go.d.plugin (#17299) Bump github.com/go-sql-driver/mysql in /src/go/collectors/go.d.plugin Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/go-sql-driver/mysql/releases) - [Changelog](https://github.com/go-sql-driver/mysql/blob/v1.8.1/CHANGELOG.md) - [Commits](https://github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/go-sql-driver/mysql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01Update hpssa.chart.py (#17294)MetricVoid
2024-04-01Bump tj-actions/changed-files from 43 to 44 (#17296)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-30[ci skip] Update changelog and version for nightly build: v1.45.0-86-nightly.netdatabot
2024-03-29Compatibility with Prometheus HELP (#17191)thiagoftsm
2024-03-29Add label for cgroup (#17156)thiagoftsm
2024-03-29fix rrdlabels traversal (#17292)Costa Tsaousis
2024-03-29fix positive and negative matches on labels (#17290)Costa Tsaousis
* fix positive and negative matches * fix typo * fix unit tests * unittest for rrdlabels pattern lists
2024-03-29go.d: don't create jobs with unknown module (#17289)Ilya Mashchenko
2024-03-29Fix action lints (#17120)Tasos Katsoulas
* Clang output should be disabled Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Commend out Clang Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Fix quoting and snooze sc2043 Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Fix failure messages garbages/steps Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Fix failure messages step, cleanup garbages Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Add quoting whever is necessary and group the echo commands Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Fix parorama Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * apply code review Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * micnor fix Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * more fixes Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-03-29Update Codeowners (#17270)Tasos Katsoulas
* Remove me from codeowners Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Change per SRE user to @netdata/agent-sre Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-03-29Bump Wandalen/wretry.action from 1 to 2 (#17246)dependabot[bot]
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1 to 2. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v1...v2) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-29Fix conditional for Amazon Linux 2023 in repoconfig spec file. (#17056)Paul Szymanski
In Amazon Linux 2 the macros centos_ver, amzn2 and amzn are defined. Amazon Linux 2023 defines fedora, amzn2023 and amzn.
2024-03-29go.d: set User-Agent automatically when creating HTTP req (#17286)Ilya Mashchenko
2024-03-29[ci skip] Update changelog and version for nightly build: v1.45.0-75-nightly.netdatabot
2024-03-28go.d: sd docker: create multiple nginx configs (#17285)Ilya Mashchenko
2024-03-28go.d: socket package: don't set client on connect() err (#17283)Ilya Mashchenko
2024-03-28Correctly handle libyaml linking for log2journal. (#17276)Austin S. Hemmelgarn
It somehow got missed when moving the libyaml bundling into the CMake code.
2024-03-28[ci skip] Update changelog and version for nightly build: v1.45.0-71-nightly.netdatabot
2024-03-28Update README.mdCosta Tsaousis
2024-03-28Update README.mdCosta Tsaousis
2024-03-28Update README.mdCosta Tsaousis
2024-03-27Update README.mdCosta Tsaousis
2024-03-27Revert "Enable sentry on all Debian and Ubuntu versions." (#17279)Tasos Katsoulas
Revert "Enable sentry on all Debian and Ubuntu versions. (#17259)" This reverts commit d7391b9f5da764e1a2a6f8356793473b81069d5b.
2024-03-27REFERENCE - Fix small unligned typo (#17274)Paul Seidler
2024-03-27apps_proc_pid_fd: ignore kf_sock_inpcb on modern FreeBSD (#17243)Gleb Smirnoff
In legacy versions TCP control block had a different pointer. In modern FreeBSD the generic inpcb and protocol specific pcb is the same pointer. For reference two FreeBSD commits: * merge inpcb with tcpcb e68b3792440cac248347afe08ba5881a00ba6523 * netstat(1) to use the new pointer 8e813d07c6804f80e1380b54f6e5fa6d34a3be52 and a test build to detect software that uses legacy pointer: * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277659
2024-03-27Correctly propagate errors from child scripts in kickstart.sh. (#17263)Austin S. Hemmelgarn
This fixes a bug introduced by #13802 which would cause errors in scripts run by the kickstart script to correctly be reported as warnings by the kickstart script, but not actually cause the script to fail in cases when it should have.
2024-03-27Enable sentry on all Debian and Ubuntu versions. (#17259)vkalintiris
* Enable sentry on all Debian and Ubuntu versions. * Rely on anchors to avoid explicitly setting keys
2024-03-27minor fix in monitor releases workflow (#17256)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>