Roland Sommer
Roland Sommer
While integrating some monitoring checks using buckytools I encountered that the -s/-single flag does not seem to restrict for example 'inconsistent' to just a single host as advertised in the...
If no explicit colum info is present, the postgres Record class causes a KeyError. Besides the given example in encode/databases#190 this also happens if you construct the queries from text-clauses....
Some backup solutions prefer using UNIX timestamps for tagging backup files or directories. In order to enable the rotation of such files/directories some extra handling is added to enable scanning...
We recently did a cluster migration within our graphite setup and used `bucky rebalance` to adjust data distribution afterwards. After the migration was done, we discoverd spikes in our counter-based...
**Logstash information**: Please include the following information: 1. Logstash version (e.g. `bin/logstash --version`) ``` Using bundled JDK: /usr/share/logstash/jdk logstash 8.11.4 ``` 2. Logstash installation source (e.g. built from source, with...
The `key` part of the argument handling has to be right after `args`, otherwise you'd get an `AttributeError` when trying to call `encode` on the `args` object. ``` Traceback (most...
The code for running a new container with an image that is not present locally tries to access the `ImagesManager` via `self.client.images` as seen here: https://github.com/containers/podman-py/blob/53b238b75f7419f55560d6b5ef7d24729cd186bd/podman/domain/containers_run.py#L63 As `self.client` is an...
Using a very simple Vagrantfile for testing purposes I can reproduce the following unexpected behaviour. Vagrantfile in use: ```ruby Vagrant.configure(2) do |config| config.vm.box = "alpine/alpine64" config.vm.disk :disk, size: "10MB", name:...
Having an existing host in foreman with a host parameter of type JSON, a `terraform import` of said host results in ``` Error: json: cannot unmarshal object into Go struct...
When using prometheus compatible systems like grafana's mimir, it may be necessary to send extra HTTP headers, e.g. for identifying the tenant. This adds a `-h` flag to add one...