Mercurial > p > roundup > code
view scripts/Docker/roundup_healthcheck @ 7191:c6f85484d8a4
use redis rather than redis-server
redis-server is an alias and I get an info message about it when
looking at config scans.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 27 Feb 2023 00:52:16 -0500 |
| parents | a24ec63759f6 |
| children | 7b9bddda9d2d |
line wrap: on
line source
#! /bin/sh tracker=$(ps -ef | sed -ne '/roundup-server/s/^.*\s\(\w*\)=.*$/\1/p') wget -q -O /dev/null --no-verbose http://localhost:8080/$tracker/
