5 lines
139 B
Bash
5 lines
139 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
pidof aquatic_udp || exit 111
|
||
|
curl -f http://localhost:5063/helper || exit 112
|
||
|
curl -f http://localhost:9000/metrics || exit 113
|