You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrutiny/rootfs/etc/services.d/scrutiny/run

8 lines
211 B

#!/usr/bin/with-contenv bash
echo "waiting for influxdb"
until $(curl --output /dev/null --silent --head --fail http://localhost:8086/health); do echo "not ready"; done
echo "starting scrutiny"
scrutiny start