Thomas Casteleyn

Results 90 issues of Thomas Casteleyn

### Relevant telegraf.conf ```toml [[processors.regex]] alias = "foo" namepass = ["metric1"] [[processors.regex.tags]] key = "index" pattern = "^(\\d+)\\.\\d+$" replacement = "${1}" result_key = "FooBar" [[processors.regex]] alias = "bar" namepass =...

bug

### Use Case With the addition of the `processors.snmp_lookup`, the `processors.ifname` has become redundant. ### Expected behavior Users of `processors.ifname` plugin should receive a deprecation warning. ### Actual behavior No...

help wanted
feature request

## Summary The `topic_prefix` parameter is deprecated and will get removed in v1.35, so I updated the docs to not mention it anymore. In the meantime, I also migrated the...

area/mqtt
plugin/output
chore

### Use Case To have a better view which inputs support this, it should be documented on their README page. ### Subtasks - [x] Identify which plugins are actually able...

feature request

Systemd warns about the configured user not being safe: ```console $ systemd-analyze verify /usr/lib/systemd/system/graphite-ch-optimizer.service /usr/lib/systemd/system/graphite-ch-optimizer.service:9: Special user nobody configured, this is not safe! ```

help wanted

Would it be possible to add support for [ansible-lint](https://ansible.readthedocs.io/projects/lint/)?

```console % brew update go Error: This command updates brew itself, and does not take formula names. Use `brew upgrade go` instead. % fuck No fucks given ``` Thefuck should...

## What is the idea ? Currently you need to manually [run 2 tasks](https://ara.readthedocs.io/en/latest/ansible-plugins-and-use-cases.html#ara-record-arbitrary-key-values-in-playbook-reports) in a play in order to do this. It would be nice if you could just...

## What is the issue ? * On the hosts page, when selecting Status "CHANGED" and "FAILED" as filter, it only shows hosts having changed **AND** failed tasks. * Same...

UI

## What is the idea ? On the Playbook report page, a new section could show a graph indicating the relation of tasks versus their play(s)/role(s). Clicking a task on...

packaging
UI