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
Consul supports the configuration of multiple types of checks to verify that services are up and running. In the documentation of Diplomat::Check I see that #register_script and #register_ttl are implemented, while registration for other check kinds is missing.
Why
Consul supports the configuration of multiple types of checks to verify that services are up and running. In the documentation of
Diplomat::Check
I see that#register_script
and#register_ttl
are implemented, while registration for other check kinds is missing.What
Extend
Diplomat::Check
to support the registration of HTTP + Interval checks.The text was updated successfully, but these errors were encountered: