You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Creates a resource that performs a health-check via cURL every second, until the cURL succeeds. Returns the resource name, so other local_resources can depend on said healthcheck.
#
# Params:
# name = Name of service you're healthchecking, e.g. "elastic-search"
# url = URL you want to healthcheck against, e.g. http://localhost:9200/_cat/health