Skip to content

Adding Jim Francis to alerts

Latest
Compare
Choose a tag to compare
@Gregg140 Gregg140 released this 06 Jun 12:42
e83df42

limitpager.pl is a Perl program, run as a cron job, which runs on each of the 4
ACIS Ops Real Time monitoring computers. The instances of limitpager on
each of the 4 machines are identical.

When we are in Real Time Comm with Chandra, Limitpager accesses the real
time data coming down from the spacecraft and checks several MSID's in
order to determine if those values are within the Caution and Warning limits.

One ACIS MSID: 1PIN1AT has a faulty transducer and emits a value above
the Caution High limit. This is duly reported by limitpager in an
email. This is a known fault, and is ignored by the ACIS team, but is
used as a "heartbeat" check of limitpager, the 4 machines limitpager
runs on, the email system and the network.

The update to limitpager in this PR consisted of adding Jim Francis to the alert list.

acis-P3-fluence.pl is run as a cron job and periodically calculates the attenuated
fluence for the present orbit. If the fluence exceeds 1.0e+09, an email is sent
out to ACIS Operations, and the message contains the flux and fluence values.
For this update, Jim Francis was added to the email list. There are two email
alerts sent out - one for exceeding 1.0e+09 for the orbit and one for when a clearly
bogus flux value is reported by ACE. Also, utilization of the OpsGenie system was
added to the email alerts. In addition, a -t switch was added to the command line
so that test values would be used for flux values rather than the production values.
This allows testing of the email systems.