Files
oam/snippets/loki.sh
2025-01-06 17:37:39 +01:00

6 lines
121 B
Bash

#!/usr/bin/env sh
# Check the server is working
curl 'http://loki.fqdn:3100/ready'
curl 'http://loki.fqdn:3100/metrics'