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

Establish collection of health checks #112

Open
yarikoptic opened this issue Apr 8, 2024 · 1 comment
Open

Establish collection of health checks #112

yarikoptic opened this issue Apr 8, 2024 · 1 comment

Comments

@yarikoptic
Copy link
Member

In the light of current xz incident, I think it would be great to provide dinner kind of health status monitoring across containers we contain. And run it not only when we add a container but correspondingly when we add a new check. So in some ways similar to https://github.com/dandi/dandisets-healthstatus?tab=readme-ov-file in that we want

  • establish collection of tests with each test versioned (eg output'ing --version)
  • specification of tests to run for a file type (regex )
  • per each file/version contain a list of tests and versions of the tests

We will need to run it where we have container images but such a tool sounds generic and could run as CI as well .

@jwodder do you may be know already existing framework? If not, it is for us to create one I think. Now I am thinking even may be dandi healthstatus potentially could be generalized into it eventually.

@jwodder
Copy link
Collaborator

jwodder commented May 20, 2024

@yarikoptic

do you may be know already existing framework?

No.

Now I am thinking even may be dandi healthstatus potentially could be generalized into it eventually.

I don't think so. Much of dandisets-healthstatus deals with mounting & traversing file hierarchies to run tests on individual files, which doesn't seem to apply here.

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

2 participants