Skip to content

Commit 4f9eab4

Browse files
author
Gary Rowe
committed
Add health check to start script
1 parent cfe1d44 commit 4f9eab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

start-service.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ echo 1. At the password prompt, enter the password for the secret key ring
55
echo 2. Send the service to background with CTRL+Z
66
echo 3. Restart the stopped job in the background by typing 'bg'
77
echo 4. Exit from shell
8-
echo 5. Verify service is still running by checking
9-
echo .. TEST: http://localhost:9191/error-reporting/public-key or
10-
echo .. LIVE: https://multibit.org/error-reporting/public-key
8+
echo 5. Verify service as follows:
9+
echo .. curl -XGET http://localhost:9192/healthcheck (check for no ERROR)
10+
echo .. lynx https://multibit.org/error-reporting/public-key (check for PGP key)
1111
echo ..
1212
echo TIP: You can find this process again by typing 'ps -A | grep error-reporting'
1313
echo TIP: If 'NoClassDefFoundError: ... BouncyCastleProvider' copy bcprov-jdk16-1.46.jar to project root

0 commit comments

Comments
 (0)