File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ port_mapping:
4
4
prometheus : 9090
5
5
alertmanager : 9093
6
6
node : 9100
7
+ blackbox : 9115
7
8
8
9
# TODO(paulfantom): reenable when https://github.com/caddy-ansible/caddy-ansible/issues/13 is fixed
9
10
caddy_update : false
Original file line number Diff line number Diff line change @@ -80,6 +80,21 @@ <h1>Prometheus</h1>
80
80
</ div >
81
81
</ div >
82
82
</ div >
83
+ < div class ="row ">
84
+ < div class ="col-6 my-4 ">
85
+ < div class ="card text-center text-white bg-secondary ">
86
+ < div class ="card-header ">
87
+ < a href ="https://github.com/prometheus/blackbox_exporter " class ="text-white "> Blackbox exporter < i class ="fab fa-github "> </ i > </ a >
88
+ </ div >
89
+ < div class ="card-body ">
90
+ < 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 >
91
+ </ div >
92
+ < div class ="card-footer ">
93
+ < a href ="https://blackbox.demo.do.prometheus.io " class ="btn btn-dark "> Open demo</ a >
94
+ </ div >
95
+ </ div >
96
+ </ div >
97
+ </ div >
83
98
< div class ="row ">
84
99
< div class ="col-lg-12 my-12 ">
85
100
< div class ="card text-center text-white bg-secondary ">
You can’t perform that action at this time.
0 commit comments