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

Send version string to Chronos Control #4

Open
vogti opened this issue Apr 1, 2020 · 0 comments
Open

Send version string to Chronos Control #4

vogti opened this issue Apr 1, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@vogti
Copy link
Member

vogti commented Apr 1, 2020

Add a method which can be overridden by the client to provide a string containing version information. The method should be executed periodically and the returned value submitted to Chronos Control.

public String versionString() {
    return "No version String provided";
}

This issue is related to Chronos-EaaS/Chronos-Control#25.

Implementing this feature requires unique agent identifiers. See issue #5.

@vogti vogti added the enhancement New feature or request label Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant