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