Skip to content

Commit 4b51c2c

Browse files
committed
update healthcheck message
1 parent ef23ebf commit 4b51c2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

healthcheck.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ if [[ $c1 -lt 1 ]]; then
77
echo Status: 500
88
echo Content-type:text/plain
99
echo
10-
echo hive2elastic_post_not_healthy
10+
echo hive2elastic_post not healthy
1111
exit 1
1212
fi
1313

1414
if [[ $c2 -lt 1 ]]; then
1515
echo Status: 500
1616
echo Content-type:text/plain
1717
echo
18-
echo hive2elastic_account_not_healthy
18+
echo hive2elastic_account not healthy
1919
exit 1
2020
fi
2121

2222
echo Status: 200
2323
echo Content-type:text/plain
2424
echo
25-
echo healthcheck
25+
echo healthcheck ok
2626
exit 0

0 commit comments

Comments
 (0)