@@ -3,8 +3,10 @@ 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] ( docs/usecase_http-monitoring.md ) , receive alerts from Prometheus,
7- Amazon CloudWatch alarms, alarms via SNS topic or any custom HTTP integration (as JSON).
6+ - [ Monitors your web properties for being up] ( docs/usecase_http-monitoring.md ) ,
7+ [ receive alerts from Prometheus] ( docs/usecase_prometheus-alerting.md ) ,
8+ [ Amazon CloudWatch alarms] ( docs/usecase_cloudwatch-alerting.md ) , alarms via SNS topic or
9+ [ any custom HTTP integration (as JSON)] ( docs/setup_custom_integration.md ) .
810- Runs ** entirely** on AWS' reliable infrastructure (after setup nothing for you to manage or fix). The compute part is Lambda,
911 but we also use DynamoDB + streams (for state), IAM (for sandboxing AlertManager), API Gateway (for inbound https integrations),
1012 CloudWatch Events (for scheduling) and SNS (inbound alarm receiving, outbound alert delivery).
@@ -59,8 +61,9 @@ Follow these steps precisely, and you've got yourself a working installation:
59614 . [ Set up AlertManager] ( docs/setup_alertmanager.md )
60625 . [ Set up API Gateway] ( docs/setup_apigateway.md ) (also includes: testing that this works)
61636 . (recommended) [ Set up AlertManager-canary] ( docs/setup_alertmanager-canary.md )
62- 7 . (optional) Set up Prometheus integration
64+ 7 . (optional) [ Set up Prometheus integration] ( docs/usecase_prometheus-alerting.md )
63658 . (optional) [ Set up custom integration] ( docs/setup_custom_integration.md )
66+ 9 . (optional) [ Set up CloudWatch integration] ( docs/usecase_cloudwatch-alerting.md )
6467
6568
6669Diagram
@@ -109,7 +112,7 @@ Q: Why use this, [uptimerobot.com](https://uptimerobot.com/) is free?
109112
110113A: uptimerobot.com is awesome, but:
111114
112- - It only supports 5 minute rates while lambda-alertmanager supports 1 minute rates.
115+ - The free option only supports 5 minute rates while lambda-alertmanager supports 1 minute rates.
113116- It does mainly HTTP/HTTPS checks, while lambda-alertmanager integrates with Prometheus, Amazon CloudWatch & others as well.
114117- It supports free SMS messages (no delivery guarantees), but they have non-free "pro SMS" (better delivery).
115118 lambda-alertmanager SMSes are all "pro SMS" and free to a certain limit.
0 commit comments