Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to blackbox exporter on index.html #69

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions group_vars/web/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ port_mapping:
prometheus: 9090
alertmanager: 9093
node: 9100
blackbox: 9115

# TODO(paulfantom): reenable when https://github.com/caddy-ansible/caddy-ansible/issues/13 is fixed
caddy_update: false
Expand Down
4 changes: 2 additions & 2 deletions molecule/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ansible>=2.10.0,<3.0.0
ansible>=5.1.0
jmespath
git-lfs
ansible-lint
molecule>=3.0.0
molecule==3.4.1
molecule-docker
docker
ansible-lint>=3.4.0
Expand Down
15 changes: 15 additions & 0 deletions playbooks/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@ <h1>Prometheus</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-6 my-4">
<div class="card text-center text-white bg-secondary">
<div class="card-header">
<a href="https://github.com/prometheus/blackbox_exporter" class="text-white">Blackbox exporter <i class="fab fa-github"></i></a>
</div>
<div class="card-body">
<a href="https://galaxy.ansible.com/cloudalchemy/blackbox-exporter"><img src="https://img.shields.io/badge/ansible%20role-cloudalchemy.blackbox_exporter-blue.svg" alt="Blackbox exporter ansible role"/></a><br>
</div>
<div class="card-footer">
<a href="https://blackbox.demo.do.prometheus.io" class="btn btn-dark">Open demo</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 my-12">
<div class="card text-center text-white bg-secondary">
Expand Down