Compare commits
2 commits
757c460be5
...
5353f5de1d
Author | SHA1 | Date | |
---|---|---|---|
5353f5de1d | |||
2f5cdf49b0 |
3 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
data/*
|
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# 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
|
- 127.0.0.1:9115:9115 # Debug only
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:9094:9090
|
- 127.0.0.1:9094:9090 # Debug only
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/prometheus:/etc/prometheus
|
- ./config/prometheus:/etc/prometheus
|
||||||
- ./data/prometheus:/prometheus
|
- ./data/prometheus:/prometheus
|
||||||
|
|
Loading…
Reference in a new issue