Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:TSSW Sprint - Nov 08 - Nov 22
-
Team:Telescope and Site
-
Urgent?:No
Description
Update summit watcher configuration with one humidity rule and one dew point rule for each telescope (or maybe just one humidity period) and an over-temperature rule for the one MT hexapod that has thermal sensors on the struts.
See https://confluence.lsstcorp.org/display/LTS/ESS+CSC+Index+Registry for ESS sensor information.
The new ESS rules are all polling rules. I was not sure how often to poll, but chose 10 seconds as a reasonable compromise between polling far more often than new data arrives, and having a long delay after new data arrives. What is the interval between updates for the temperatures and humidity/dew-point sensors? If it is very different than 60 seconds, then max_data_age should probably be changed from 180 seconds. I wanted the rules to have a chance to miss 1 or maybe 2 updates (e.g. due to restarting an ESS) but not much more than that. If too short then we'll get false alarms. If too long then we wait needlessly long before realizing the Watcher isn't getting the data it needs.
Pull request: https://github.com/lsst-ts/ts_config_ocs/pull/42