Add smokeping prober to metrics

This commit is contained in:
Tobias Manske 2024-01-10 00:52:48 +01:00
parent 4dc9fb5818
commit 0a489823d7
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 13 additions and 0 deletions

View File

@ -74,6 +74,19 @@ services:
- backend
restart: unless-stopped
smokeping_prober:
image: quay.io/superq/smokeping-prober@sha256:25d07dfc1d7e47d7bf8305c7c813a030fc6b03959da596ab93f40ae4d49b63a1 # latest @ 2024-01-10
labels:
- "prometheus-scrape.enabled=true"
- "prometheus-scrape.port=9374"
command:
- "-i" # interval
- "5s"
- "google.com"
- "ipv6.google.com"
- "discord.com"
- "wikipedia.com"
promtail:
image: grafana/promtail:latest
security_opt: