Austin S. Hemmelgarn
Austin S. Hemmelgarn
> It doesn't seem to produce a "compiled" netdata-openrc file, even from building sources... Indeed, we appear to be having issues relating to this aside from the cleanup code here....
Rebased to pick up CI changes. Also added further improvements based on local experimentation with the script.
Rebased to pick up latest changes to system service install handling, as well as latest CI changes.
Was originally going to merge this after the v1.37.0 release, but given that that’s been delayed by a week, merging it now so it’s in the release.
Confirmed that this is an issue on Linux as well (tested building with Clang 14.0.6 on my laptop), and also confirmed that the fix works there. We ideally need something...
This is a result of our upstream repository hosting provider (PackageCloud) still not supporting openSUSE 15.4. I’ve complained to them (three times) about this but notthing seems likely to change...
We currently do all of the following when running non-interactively, irrespective of running as root or not: - Add `-n` to any invocations of `sudo` or `doas`, to make them...
@MrZammler It’s OK, despite being the person who wrote the code _I_ actually had to search through it to double check all of this myself.
To clarify this a bit, the issue is not so much that all metrics have to be the same granularity (we _can_ set specific collection frequencies on external collectors, for...
From a cursory look, the changes here are good (code is well written, etc), there are only three issues I see: * There are a couple of places where `bash`-specific...