5 lines
139 B
Bash
Raw Normal View History

2025-02-21 19:33:39 -08:00
#!/bin/sh
pidof aquatic_udp || exit 111
curl -f http://localhost:5063/helper || exit 112
curl -f http://localhost:9000/metrics || exit 113