- 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.
- Update when the last heartbeat was sent to the ECP.
- Fixed double
ENV
statement in dockerfile.
- 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.
- Flatten the monitor app API routes. Renamed
/email/test
to/email-test
.
- Fix the
pip
name used to define__version__
.
- Initial version with heartbeat middleware and external monitoring service.