view scripts/Docker/roundup_healthcheck @ 7375:9bd7ed918121

issue2551253 - Modify password PBKDF2 method to use SHA512 Implement new PBKDF2-SHA512 more secure password hash function. Intended to be future default once I get more feedback. upgrading.txt: added doc for using it now. reference.py: Added enabling future features to use case for interfaces.py. admin.py: Changed perftest password command to use the default password function. Can be used to verify that new hash is enabled properly.
author John Rouillard <rouilj@ieee.org>
date Sat, 20 May 2023 15:34:13 -0400
parents 7b9bddda9d2d
children cae50e4ba467
line wrap: on
line source

#! /bin/sh

# if there are multiple trackers, d=demo t=tracker ...
# returns last one for testing that server is up. Does not test
# each tracker.
tracker=$(ps -ef | sed -ne '/roundup-server/s/^.*\s\(\w*\)=.*$/\1/p')
wget -q -O /dev/null --no-verbose http://localhost:8080/${tracker:-demo}/

Roundup Issue Tracker: http://roundup-tracker.org/