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 d295a26 commit ca7cf54Copy full SHA for ca7cf54
splunk/common-files/checkstate.sh
@@ -33,7 +33,7 @@ if [[ "" == "$NO_HEALTHCHECK" ]]; then
33
34
case "$state" in
35
running|started)
36
- curl -m 30 -f -k $SCHEME://localhost:8089/
+ curl --max-time 30 --fail --insecure $SCHEME://localhost:8089/
37
exit $?
38
;;
39
*)
0 commit comments