{% extends "base.html" %} {% block title %} Web Monitor Help {% endblock %} {% block banner %} Web Monitor Help {% endblock %} {% block summary %} The Web Monitor allows you to verify the health of the data aquisition and post-processing.

Global Status Page

The global status page shows a list of all the instruments monitored by this system. For each instrument, it shows a color-coded status for sub-systems.

Instrument System status Processing completion
HYSA
  • DASMON
  • Workflow
  • Catalog
  • Reduction
ok

The colored boxes indicate whether a system is alive and communicating correctly. If a system has a communication latency of more than 10 seconds, its condition will go to yellow. A system is considered dead if it goes 15 minutes without communication. The color for a dead system is red.

What to do when a process is no longer green

The Processing completion column indicates whether the last three runs have completed processing successfully. The condition will be red if the run before last has not completed. If it has completed successfully but either of the two runs that preceded it did not, the condition will go to yellow. A yellow condition indicates that the processing is currently healthy but it has recently failed.

What to do when the Processing completion is no longer green


DAS Monitor Page

The DAS monitor shows the current status of the acquisition. In addition to the system health information described above, it also shows the current run number and title, as well as the state of the acquisition (stopped, recording, or paused). The table shows the process variables that are emitted by the monitoring system. Some variable names have a link associated with them. Click on that link to see a plot of that variable's value over time. The plot at the top of the page shows the number of translated runs and number of errors per hour created within the past 24 hours. Errors are shown in red on the plot.

What to do when there are errors on the plot

What to do when there hasn't been a translated run in a while


DAS Monitor Page: Live Runs

A link at the top right of the DAS monitor page allows you to switch back and forth between seeing the live process variables or the live run list. The last column of the run list shows whether a particular run has successfully gone through of the data processing. For a given run, the completion can either be complete or incomplete.

What to do if runs are incomplete

{% endblock %} {% block nocontent %}{% endblock %}