-
Notifications
You must be signed in to change notification settings - Fork 1
Path for observer logs
-
Observer logs are created on
shabar-laptop
by a python gui calledlogging.py
. The gui provides a front end interface for a plink (putty) connection tokodiak
as usermlso
or one of the observersberkey, 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 CMEssentToday
Which closes (renames the file to remove the .tmp extension) and emails out the day long to appropriate folksstartLog
Which creates the to log file and adds the header information. -
The
/home/ldm/luna/scripts/CpMlsoLog
run byldm
onkodiak
is responsible for moving the log file in to a spool directory. It does this by checking for a file with the nameYYDoY
in the/data/mlsolog
once every minute. And then calls/home/ldm/luna/scripts/CpLogsToMisc
to do the actual copying. -
........