Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from netdata:master #114

Merged
merged 13 commits into from
Jun 13, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 10, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot bot and others added 4 commits June 10, 2024 09:26
…d.plugin (#17852)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…mpatible in /src/go/collectors/go.d.plugin (#17851)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ctors/go.d.plugin (#17854)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Disable updater jitter when run from anacron.

* Adjust checking to account for busybox ps.

* Check process grandparents as well to handle the use of run-parts.

* Make anacron check more portable.

On Linux when procfs is mounted, use that instead of `ps` because some
older Linux systems apparently don’t support the `ppid` field in `ps`.

Also, allow a variable number of spaces prior to the PID when parsing
`ps` output, as this is less portable than I first realized.

* Address a few additional issues in the detection code.

* Fix additional regexes when parsing ps output.
@pull pull bot added the ⤵️ pull label Jun 10, 2024
netdatabot and others added 9 commits June 11, 2024 00:17
Allow creation of dbengine retention charts for higher tiers if applicable
* allow userconfig to generate incomplete configurations for health alerts

* when adding an alert, add 1 rule by default
* Add improved handling for TLS certificates for static builds.

* Properly replace symlinks.

* Fix shellcheck warning.

* Fix option handling.

- Persist certificate handling mode and check URL across reinstalls.
- Properly consume the arguments for the certificate handling options.

* Add five minute hard timeout on certificate check.

* Differentiate specific error results from curl.

* Persist cert handling options regardless of how they’re passed in.

* Escape slashes in REINSTALL_OPTIONS.

* Fix escaping of reinstall options.
)

* Update CI infrastructure to publish to secondary packaging host.

* Fix typo.
* Improve anacron detection in updater.

Instead of only checking the parent and grandparent processes, walk up
the process tree until we either find anacron or find init (or hit the
recursion limit for the function, which is currently 50 iterations).
This is needed because at least on some systems there is more than one
intermediate process between the script and anacron.

* Fix PID selection.
@pull pull bot merged commit e1c60d1 into webfutureiorepo:master Jun 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants