Compare commits

...

2 commits

Author SHA1 Message Date
5353f5de1d Add readme 2024-12-10 13:03:36 +01:00
2f5cdf49b0 Cleanup 2024-12-10 13:03:28 +01:00
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
data/*

5
README.md Normal file
View 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`

View file

@ -7,13 +7,13 @@ services:
volumes:
- ./config/blackbox:/etc/blackbox
ports:
- 127.0.0.1:9115:9115
- 127.0.0.1:9115:9115 # Debug only
prometheus:
image: prom/prometheus:latest
user: 1000:1000
ports:
- 127.0.0.1:9094:9090
- 127.0.0.1:9094:9090 # Debug only
volumes:
- ./config/prometheus:/etc/prometheus
- ./data/prometheus:/prometheus