ansible-blackbox-exporter
ansible-blackbox-exporter copied to clipboard
Blackbox prober exporter
One or more files which should be in sync across cloudalchemy repos were changed either here or in [cloudalchemy/skeleton](https://github.com/cloudalchemy/skeleton). This PR propagates files from [cloudalchemy/skeleton](https://github.com/cloudalchemy/skeleton). If something was changed here,...
Devs at [prometheus/blackbox_exporter](https://github.com/prometheus/blackbox_exporter) released new software version - **0.19.0**! This automated PR updates code to bring new version into repository. ## Commit Message create [patch] release
analogous to the prometheus and alertmanager roles, add a blackbox_exporter_binary_local_dir to copy the binary from instead of downloading it from github
Hello, Can you put the binaries download url in a variable. I'm installing on a host that doesn't have internet access. Currently the download url is hardcoded. Thank you
**What happened?** Task "Ensure blackbox exporter binary has cap_net_raw capability" on re-run with FAILED! => {"changed": false, "msg": "Unable to get capabilities of /usr/local/bin/blackbox_exporter", "stderr": "", "stderr_lines": [], "stdout": "/usr/local/bin/blackbox_exporter...
**What happened?** I installed the 0.9.3 role version, specify web listen address to be `127.0.0.1:9115` and after I ran a playbook, there was an error: ``` TASK [cloudalchemy.blackbox-exporter : configure...
**What is missing?** Unlike other cloudalchemy roles, this role has no offline support, would be great to have this here as well. https://github.com/cloudalchemy/ansible-prometheus/issues/296
**What happened?** Lots of `too many open files` errors if too many blackbox checks are added to Prometheus ``` Mar 12 03:03:07 prom1 blackbox_exporter[37552]: 2020/03/12 03:03:07 http: Accept error: accept...
``` [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ``` replaced include...