Ben Kochie

Results 133 issues of Ben Kochie

Per [this thread](https://github.com/influxdata/telegraf/issues/9729#issuecomment-915119506), we should be able to get more accurate RTT results if we use the Linux kernel to get timestamps (depending on the platform of course).

Fix linting errors by downgrading the `name[casing]` check to warning.

bugfix

Latest ansible-lint now requires notifiy pass casing test. * Remove obsolete `listen` in handlers. * Make single notify consistent.

bugfix
roles/alertmanager
roles/node_exporter
roles/prometheus
roles/systemd_exporter
roles/blackbox_exporter
roles/snmp_exporter
roles/mysqld_exporter
roles/smokeping_prober
roles/pushgateway
roles/chrony_exporter
roles/smartctl_exporter
roles/memcached_exporter
roles/ipmi_exporter
roles/cadvisor
roles/nginx_exporter
roles/postgres_exporter
roles/fail2ban_exporter
roles/mongodb_exporter
roles/redis_exporter
roles/process_exporter
roles/bind_exporter

Reduce the number of packages installed by the apt package facts preflight by using the apt module and disabling recommends packages.

bugfix
roles/alertmanager
roles/node_exporter
roles/smokeping_prober
roles/memcached_exporter
roles/cadvisor
roles/postgres_exporter
roles/mongodb_exporter
roles/redis_exporter
roles/process_exporter

I think we should deprecate systemd support for versions older than 232. This would cleanup a bunch of if statements in service templates and eliminate the use of `ansible_facts.packages` in...

Add a tmpfs mount to the node_exporter testing to make sure ProtectHome is changed.

bugfix
roles/node_exporter

The `blackbox_exporter` role has a couple of config issues. * It puts the exporter config in `/etc` directly. * It is missing the web config file.

roles/blackbox_exporter

* [BUGFIX] Fix CPU pressure metric collection #3054

In order to reduce cardinality of the interrupts collector add filtering options * Add include/exclude regexp filter flags. * Add boolean flag to include zero values, enabled by default.

### Proposal The current Dockerfile configuration is such that if you override the default `command` args, the paths to various files are incorrect compared to the default config flags. It...

help wanted