Lionel Cons

Results 8 issues of Lionel Cons

The following TICK script does not work as expected because the new `foo` tag is not seen by the `alert()` node so the alert id is the empty string: ```...

The CERN CMS messaging brokers are suffering from a very high number of established TCP connections. The source seems to be the Hermes component running on Kubernetes. When looking at...

bug
Messaging
Traces

The following query works fine and returns the most recent record for each group: ``` SELECT something FROM WHERE time >= now() - 1h GROUP BY "tag1", "tag2" ORDER BY...

1.x

The exact same input lines give me different results when using Fluent Bit 2.1.7 (working as expected) and 2.1.10 (broken). I have also tried 2.2.2 and I get the same...

status: waiting-for-triage

When using an output plugin like `http` to send JSON data, one can mainly choose between the `json_lines` and `json` formats. With `json_lines`, every log entry triggers a POST request,...

question
Stale

`service.pp` contains default JVM options in `$default_jvm_options` but they don't seem to be used. Instead, defaults are hard-coded in `jvm.options.erb`. Defaults should be defined only once.

The `firewalld_ipset` type only supports entries given as an array. As comparison, `voxpupuli/puppet-ipset` also allows entries given as [module files](https://github.com/voxpupuli/puppet-ipset#module-file) or [local files](https://github.com/voxpupuli/puppet-ipset#local-file). `firewalld_ipset` should support these file base methods...

The `firewalld_ipset` type strips `/32` suffixes from addresses it sees. This is fine for IPv4 but not for IPv6. `/32` should only be stripped for IPv4 addresses. FWIW, this bug...