Added wget example
authorJeroen van der Heijden <jeroen@transceptor.technology>
Fri, 28 Jun 2019 13:15:47 +0000 (15:15 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Fri, 28 Jun 2019 13:15:47 +0000 (15:15 +0200)
siridb.conf

index 0146886b1020401f386535319d86bada446d150a..89dde8cc6b7c948d02b3514976f959fcf2c49a0b 100644 (file)
@@ -88,6 +88,10 @@ pipe_client_name = siridb_client.sock
 # When the HTTP status port is not set (or 0), the service will not start. 
 # Otherwise the HTTP requests `/status`, `/ready` and `/healthy` are available
 # which can be used for readiness and liveness requests.
+# 
+# Example using wget:
+#  
+#   wget -q -O - http://node.local:8080/status
 #
 #http_status_port = 8080
 http_status_port = 0