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

Add health checks component #17

Open
3 of 9 tasks
oubiwann opened this issue Dec 6, 2017 · 0 comments
Open
3 of 9 tasks

Add health checks component #17

oubiwann opened this issue Dec 6, 2017 · 0 comments
Labels

Comments

@oubiwann
Copy link
Member

oubiwann commented Dec 6, 2017

Tasks:

  • Create generic health check functions - see Create generic health check functions #18
  • Create core.async timer functionality - see Create core.async timer functionality #19
  • Create timer component - see Create timer component #21
  • Create cmr.dev.env.manager.components.dem.health
    • Ensure individual service state gets updated upon checks
  • Create new component instance in cmr.dev.env.manager.components.system
  • Add data structure for all desired / currently enabled (or supported) health checks in cmr.dev.env.manager.components.system
  • Perform overall system checks, too
    • Ensure system state gets updated upon checks

Data structure might be something like this:

[{:name :mock-echo :type :tcp :frequency 30000}
 {:name :mock-echo :type :http :frequency 5000}
 {:name :elasticsearch :type :docker :frequency 10000}

Depends on #21

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

No branches or pull requests

1 participant