karlism

Results 14 comments of karlism

I will look into implementing this for auto generated packages, especially since my plan is to eventually implement all currently missing functionality in auto generated templates. I will also look...

https://github.com/google/cadvisor/issues/3044

@patsevanton, are you still interested in this? This one seems to be a better option as the one you've proposed hasn't been updated since 2017: https://github.com/alxrem/prometheus-logstash-exporter

Related to https://github.com/lest/prometheus-rpm/pull/615

``` docker run --rm \ -v /home/runner/work/prometheus-rpm/prometheus-rpm/alertmanager:/rpmbuild/SOURCES \ -v /home/runner/work/prometheus-rpm/prometheus-rpm/_dist9:/rpmbuild/RPMS/x86_64 \ -v /home/runner/work/prometheus-rpm/prometheus-rpm/_dist9:/rpmbuild/RPMS/noarch \ -v /home/runner/work/prometheus-rpm/prometheus-rpm/_cache_dnf:/var/cache/dnf \ ghcr.io/lest/centos-rpm-builder:stream9 \ build-spec SOURCES/autogen_alertmanager.spec Unable to find image 'ghcr.io/lest/centos-rpm-builder:stream9' locally docker: Error response...

RedHat 9 has just been [released](https://www.redhat.com/en/blog/hot-presses-red-hat-enterprise-linux-9), I think it's best to wait until OL 9 is released and build packages with it.

@lest, please merge this https://github.com/lest/centos-rpm-builder-docker/pull/8 I think it's best to build RHEL9 packages on Oracle Linux 9, similar to what we do now for RHEL8 packages.

This graph shows system load on backup Blackbox Exporter node: We see same behavior in all sites, it's not limited to this node only.

3 tests are failing on OpenBSD 6.7 amd64 on latest stable `yamllint` version: ``` ===> Regression tests for py3-yamllint-1.24.2 ============================= test session starts ============================== platform openbsd6 -- Python 3.7.7, pytest-4.4.0,...

@lest, I've switched package build to OL9, all looks good now. Can you please create packagecloud repositories and merge this? I will address linting issues in separate PR