We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef23ebf commit 4b51c2cCopy full SHA for 4b51c2c
healthcheck.sh
@@ -7,20 +7,20 @@ if [[ $c1 -lt 1 ]]; then
7
echo Status: 500
8
echo Content-type:text/plain
9
echo
10
- echo hive2elastic_post_not_healthy
+ echo hive2elastic_post not healthy
11
exit 1
12
fi
13
14
if [[ $c2 -lt 1 ]]; then
15
16
17
18
- echo hive2elastic_account_not_healthy
+ echo hive2elastic_account not healthy
19
20
21
22
echo Status: 200
23
24
25
-echo healthcheck
+echo healthcheck ok
26
exit 0
0 commit comments