Releases: sdss/lvmbeat
Releases · sdss/lvmbeat
lvmbeat 0.1.2
✨ Improved
- Ensure that the monitor tool URL includes the
/heartbeat
route. - Report ISO strings with a precision of seconds.
- Report when the last connection with the LCO server was made in the alert email.
🔧 Fix
- Update when the last heartbeat was sent to the ECP.
- Fixed double
ENV
statement in dockerfile.
lvmbeat 0.1.1
✨ Improved
- Add
timeout
andoutside.interval
configuration options. - Add documentation on how the product works and deployment instructions.
- Added a
.dockerignore
file. - Return the
last_seen
value in the monitoring app as an ISO string.
🏷️ Changed
- Flatten the monitor app API routes. Renamed
/email/test
to/email-test
.
🔧 Fix
- Fix the
pip
name used to define__version__
.
lvmbeat 0.1.0
🚀 New
- Initial version with heartbeat middleware and external monitoring service.