tombolaltd / ecs-monitor

A simple monitoring solution for Amazon's Elastic Container Service (ECS)
MIT License
60 stars 17 forks source link

Alerts component which stores any recent alerts in case they were missed #17

Open marc-costello opened 7 years ago

marc-costello commented 7 years ago

If we leave the monitor on overnight, it would be nice if we could come in on the morning and quickly see if any alerts were raised overnight which might indicate a problem.

We can just use local storage to put these alerts in.

An alert should consist of:

Timestamp and message being the most important but it might be quite handy to know which component raised the alert (if indeed it was a component)