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 a monitor type which can check for expected remote instances #561

Open
jamesoff opened this issue Jun 13, 2020 · 0 comments
Open

Add a monitor type which can check for expected remote instances #561

jamesoff opened this issue Jun 13, 2020 · 0 comments
Milestone

Comments

@jamesoff
Copy link
Owner

Currently, if a remote instance stops running (and everything else about the host it's on is ok) then the only clue that something is wrong is that its monitors will be reported as OLD in the HTML logger output. If the main monitor instance is restarted, then the remote monitors will disappear and unless they are explicitly looked for, their absence could be missed.

Add a monitor type, or some special configuration for the main SimpleMonitor class, which describes the remote monitor instances we expect to see reporting to us, and fails when they're not.

As part of this, remote instances could pass metadata about themselves (e.g. SimpleMonitor version, host information, Python version) which can be inspected to find out-of-date installation.s

@jamesoff jamesoff added this to the 1.11 milestone Jun 13, 2020
@jamesoff jamesoff modified the milestones: 1.11, 1.12 Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant