@@ -3,8 +3,8 @@ lambda-alertmanager?
33
44- Provides simple & reliable alerting for your infrastructure.
55- Uses so little resources that it is practically free to run.
6- - Monitors your web properties for being up, receive alerts from Prometheus, Amazon CloudWatch alarms, alarms via SNS topic
7- or any custom HTTP integration (as JSON).
6+ - [ Monitors your web properties for being up] ( usecase_http-monitoring.md ) , receive alerts from Prometheus,
7+ Amazon CloudWatch alarms, alarms via SNS topic or any custom HTTP integration (as JSON).
88- Runs ** entirely** on AWS' reliable infrastructure (after setup nothing for you to manage or fix). The compute part is Lambda,
99 but we also use DynamoDB + streams (for state), IAM (for sandboxing AlertManager), API Gateway (for inbound https integrations),
1010 CloudWatch Events (for scheduling) and SNS (inbound alarm receiving, outbound alert delivery).
@@ -110,7 +110,7 @@ Q: Why use this, [uptimerobot.com](https://uptimerobot.com/) is free?
110110A: uptimerobot.com is awesome, but:
111111
112112- It only supports 5 minute rates while lambda-alertmanager supports 1 minute rates.
113- - It does mainly HTTP/HTTPS checks, while lambda-alertmanager integrates with Prometheus as well
113+ - It does mainly HTTP/HTTPS checks, while lambda-alertmanager integrates with Prometheus, Amazon CloudWatch & others as well.
114114- It supports free SMS messages (no delivery guarantees), but they have non-free "pro SMS" (better delivery).
115115 lambda-alertmanager SMSes are all "pro SMS" and free to a certain limit.
116116- lambda-alertmanager is simple, free, open source, runs "on premises" (in your AWS account) and should run forever
0 commit comments