Skip to content
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

Running make command not producing any executable. #31

Closed
idevatoz opened this issue May 14, 2021 · 4 comments
Closed

Running make command not producing any executable. #31

idevatoz opened this issue May 14, 2021 · 4 comments

Comments

@idevatoz
Copy link

idevatoz commented May 14, 2021

No executable is included in repository and running make command not producing any executable.

There is a need for use case example to demonstrate where and when this client can be used.
Can this client be used as a stand alone client, or it is writtent to be used part of Grafana Cloud only ?

@idevatoz idevatoz changed the title No executable included in repository and Makefile not producing any executable. Running make command not producing any executable. May 15, 2021
@mem
Copy link
Contributor

mem commented Jun 8, 2021

Hi @idevatoz, this is a library so there are no executables.

Just by chance yesterday I added an example of how to use the library, and that does produce a binary, but the functionality is limited to a very specific case.

Where you looking for a general purpose binary to interact with the SM API? If yes, do you have use cases in mind?

@idevatoz
Copy link
Author

idevatoz commented Jun 9, 2021

Thank you @mem , looking at the name of the repository and seeing client, thought it might come with a command that accepts JSON or YAML file to create the checks automagically, didn't notice it is a library.

If it is a library, a good use case would be a supported language, like for example if Python can be used to access this library and add either of checks.

@electron0zero
Copy link
Member

Hi @idevatoz if you are looking for a way to manage checks as config. We have support for Synthetic Monitoring in Grafana Terraform Providor, see our docs for details

@mem
Copy link
Contributor

mem commented Nov 16, 2021

Now there's actually a command, sm-client. It's still work in progress, but it's getting there.

I'm still thinking about how to implement the part that takes JSON as input and creates / updates the corresponding check based on that.

I'm going to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants