Skip to content

Path for observer logs

bberkeyU edited this page Apr 5, 2019 · 3 revisions
  1. Observer logs are created on shabar-laptop by a python gui called logging.py. The gui provides a front end interface for a plink (putty) connection to kodiak as user mlso or one of the observers berkey, stueben, rose, waters to make edits on /data/mlsolog/YYDoY.tmp where YY is the last 2 digits of the year and the Nth day of the year. So April 5th 2019 looks like 19095 since it is the 95th day of the year. The gui also makes calls to a couple of scripts in /home/mlso/scripts/logscripts These include: sendCME which emails out alerts about possible CMEs sentToday Which closes (renames the file to remove the .tmp extension) and emails out the day long to appropriate folks startLog Which creates the to log file and adds the header information.

  2. The /home/ldm/luna/scripts/CpMlsoLog run by ldm on kodiak is responsible for moving the log file in to a spool directory. It does this by checking for a file with the name YYDoY in the /data/mlsolog once every minute. And then calls /home/ldm/luna/scripts/CpLogsToMisc to do the actual copying.

  3. ........

Clone this wiki locally