Add smokeping prober to metrics
This commit is contained in:
parent
4dc9fb5818
commit
0a489823d7
@ -74,6 +74,19 @@ services:
|
|||||||
- backend
|
- backend
|
||||||
restart: unless-stopped
|
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:
|
promtail:
|
||||||
image: grafana/promtail:latest
|
image: grafana/promtail:latest
|
||||||
security_opt:
|
security_opt:
|
||||||
|
Loading…
Reference in New Issue
Block a user