ansible-blackbox-exporter icon indicating copy to clipboard operation
ansible-blackbox-exporter copied to clipboard

Blackbox prober exporter

Results 9 ansible-blackbox-exporter issues
Sort by recently updated
recently updated
newest added

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,...

area/automation
area/tests
area/docs

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

wontfix
area/vars
area/docs

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

wontfix
area/vars
area/docs
area/tasks

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

enhancement

**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...

bug

**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...

bug

**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

enhancement

**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...

bug

``` [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...

area/tasks