-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question - How to use consul_check #182
Comments
If you remove 'timeout' then the following works.
It has the side affect that the output in the consul web ui will show the entire html dump. Shall I create a pull request to update the readme.md? |
I'm not having much look with this LWRP syntax. If I put the following:
I get:
What am I doing wrong.....? |
Nevermind... this seems to work fine with the latest version. I was using an older version to work around #158 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm trying to use a LWRP to just add a check to a server. The documentation has examples of how to do this with services and checks, but not just the
consul_check
provider.Here is the
consul_service_def
that worksWhich succesfully translates to
However, this is what I am trying to do with the check_def provider
This errors out
I've also tried the following syntaxes:
Whats the proper way to use the consul_check lwrp?
The text was updated successfully, but these errors were encountered: