Christian Hoffmann

Results 49 issues of Christian Hoffmann

node_exporter currently exposes details about network bonding, which is great. To be able to monitor more failure cases, we would need additional metrics which we haven't found in node_exporter yet:...

enhancement
accepted

process-exporter already supports the `-recheck` flag which makes it run the whole matching logic on each scrape. This is very useful when trying to monitor processes which change their names...

This PR improves error messages by adding the affected file name. This helps downstream users to locate the source of errors which is useful for e.g. prometheus/node_exporter#1710. The original error...

**Short description of changes** This PR adds a workflow which automatically checks many of our pinned third-party dependencies which cannot be handled easily by dependabot. It currently covers: - [x]...

**Short description of changes** External dependencies should only be updated after manual review for security reasons (#1737). In addition, they need to be stable during the release process. - dev-drprasad/delete-tag-and-release...

### Discussed in https://github.com/orgs/jamulussoftware/discussions/2768 Originally posted by **rdica** August 1, 2022 This was first reported to me from an associate using Jamulus 3.9.0 MacOS Monterey. I upgraded my client on...

bug

**Short description of changes** This PR enables Github's dependabot for Github Action Workflows. Example PRs: - https://github.com/hoffie/jamulus/pull/93 - https://github.com/hoffie/jamulus/pull/94 - https://github.com/hoffie/jamulus/pull/95 - https://github.com/hoffie/jamulus/pull/96 CHANGELOG: SKIP **Context: Fixes an issue?** Related:...

**Short description of changes** - CI: Fix caching of NSIS & ASIO installations Previously, we were caching the wrong directories for NSIS/ASIO. Therefore, the cache never hit and wasn't effective...

**What is the current behaviour and why should it be changed?** Some of the Windows dependency downloads (I'm suspecting SourceForge) increasingly fail. ``` Get-RedirectedUrl : Exception calling "GetResponse" with "0"...

feature request

We are using Github Actions in several places: - jamulus: Autobuild (including Releases and CodeQL) - jamuluswebsite: - Jekyll - Merge between branches We are not only using official Github-provided...

tooling