新增prometheus的blackbox_exporter

This commit is contained in:
KennyLee 2021-06-29 10:55:12 +08:00
parent 757d19836d
commit fe7588486c

View File

@ -0,0 +1,5 @@
FROM prom/blackbox-exporter
EXPOSE 9115
ENTRYPOINT [ "/bin/blackbox_exporter" ]
CMD [ "--config.file=/etc/blackbox_exporter/config.yml" ]