Compare commits
No commits in common. "5353f5de1d2eb62debafa2a4e66e13e59ea0674d" and "757c460be54a5b32af7017471c51c56fda7ee31e" have entirely different histories.
5353f5de1d
...
757c460be5
3 changed files with 2 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
data/*
|
|
|
@ -1,5 +0,0 @@
|
||||||
# cyber-gov backend?
|
|
||||||
|
|
||||||
Simple Prometheus setup for monitoring websites, with blackbox-exporter and Grafana.
|
|
||||||
|
|
||||||
Testing data source for target discovery is located in branch `pages` and is served on `https://mdivecky.nolog.page/mon-test/targets.json`
|
|
|
@ -7,13 +7,13 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/blackbox:/etc/blackbox
|
- ./config/blackbox:/etc/blackbox
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:9115:9115 # Debug only
|
- 127.0.0.1:9115:9115
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:9094:9090 # Debug only
|
- 127.0.0.1:9094:9090
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/prometheus:/etc/prometheus
|
- ./config/prometheus:/etc/prometheus
|
||||||
- ./data/prometheus:/prometheus
|
- ./data/prometheus:/prometheus
|
||||||
|
|
Loading…
Reference in a new issue