Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To check the health of a Snaplex, send an HTTP GET request to:

  • http://<HOSTNAME>:8090/

...

  • healthz or https://<HOSTNAME>:8081/

...

  • healthz 
  • (or https://<HOSTNAME>:8084/

...

  • healthz for FeedMaster)

The response should be HTTP status code 200, with message "OK". Any other response indicates the Snaplex is not functioning.

...