-
Notifications
You must be signed in to change notification settings - Fork 0
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
Parse chandra.snapshot to confirm it is current #20
Comments
The trick is that you also need to be aware of not only the comm schedule but comm status. So snapshot should be current within a few minutes IFF we are actually receiving realtime telemetry. Not infrequently a planned comm has a problem and in that case you don't want to send an alert that MTA is not alive. For an hourly job watcher, could probably use a combination of kadi (to check DSN plans) and MAUDE (to see if realtime telemetry arrived during that time). If this passes, then check the most recent snapshot date. E.g.:
This is basically a backstop strategy that prevents snapshot being down for more than one comm. Organizationally we really want something that is running every minute to ensure that an alert goes out within the affected comm. |
Which kadi events are right for this? dsn_comms or pass_plans? Not much experience with these data. I assume the dsn_comms also need to be filtered. Also which times make the most sense? For the dsn_comms event |
Use the DSN comm passes event and don't blame me for the difficult format... 😄 E.g.: You need to use |
No description provided.
The text was updated successfully, but these errors were encountered: