Skip to content

Commit

Permalink
Merge pull request #70 from sot/aimpoint_mon3
Browse files Browse the repository at this point in the history
Track aimpoint_mon3
  • Loading branch information
jeanconn authored Apr 24, 2024
2 parents b8ecd48 + 2a8bd8c commit 7c10767
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jobwatch/skawatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def main():
SkaJobWatch('aca_hi_bgd_mon', 2, errors=py_errs,
filename='/proj/sot/ska/data/aca_hi_bgd_mon/logs/daily.0/aca_hi_bgd.log'),
SkaJobWatch('acdc', 2, errors=py_errs),
SkaJobWatch('aimpoint_mon', 2, errors=py_errs),
SkaJobWatch('aimpoint_mon3', 2, errors=py_errs),
SkaJobWatch('arc', 2, errors=perl_errs,
exclude_errors=arc_exclude_errors, logdir='Logs'),
SkaJobWatch('astromon', 8, errors=astromon_errs),
Expand Down Expand Up @@ -207,8 +207,7 @@ def main():
jws.extend([
SkaWebWatch('acq_stat_reports', 10, 'index.html'),
SkaWebWatch('aca_weekly_report', 3, 'index.html'),
SkaWebWatch('aimpoint_mon', 1, 'index.html'),
SkaWebWatch('aimpoint_mon', 1, 'info.json'),
SkaWebWatch('aimpoint_mon3', 1, 'index.html'),
SkaWebWatch('attitude_error_mon', 2, 'one_shot_vs_angle.png'),
FileWatch('attitude_error_mon', 2, '/proj/sot/ska/data/attitude_error_mon/data.dat'),
SkaWebWatch('arc', 1, 'index.html'),
Expand Down

0 comments on commit 7c10767

Please sign in to comment.