project8 / dripline-python

python implementation of project8/dripline
Other
2 stars 0 forks source link

more advanced watchdog #2

Closed guiguem closed 6 years ago

guiguem commented 7 years ago

From @laroque on June 4, 2015 17:31

A monitor was created to externally watch for new sensor values to stop showing up, and issue an alert (for now via twitter) when new values stop appearing. This is useful as an external process as if the lab network is down, internal processes can't get a signal out.

It would be nice to expand the alerts sent to users. The main case being acceptable ranges of values for various loggers. (ie send an twitter/email/whatever if the coldhead goes above 60 K, if the bore pressure goes above 1e-3 torr, if the cell goes above 150 K, LHe level is under 20%, whatever you like).

Copied from original issue: project8/dripline#84

guiguem commented 7 years ago

I think Gray worked on that, but no final version of the service/config file was given. Someone could continue this work, if more documentation is given.

wcpettus commented 6 years ago

This is implemented as a feature in dragonfly via the sensor_monitor in release v1.9.0