Skip to content

Commit 0fcd6ed

Browse files
committed
Fix URL & swap order of email <-> SMS
1 parent 51e0572 commit 0fcd6ed

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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](usecase_http-monitoring.md), receive alerts from Prometheus,
6+
- [Monitors your web properties for being up](docs/usecase_http-monitoring.md), receive alerts from Prometheus,
77
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),

docs/usecase_http-monitoring.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ So, if Canary fails to find this text from the page:
1515
Hostname: c70e24a08b3a
1616
```
1717

18-
It'll send an alert (to configurable receivers), for example by SMS:
18+
It'll send an alert (to configurable receivers), for example by email:
1919

20-
![](usecase_http-monitoring-sms.png)
20+
![](usecase_http-monitoring-email.png)
2121

22-
And email:
22+
And SMS:
2323

24-
![](usecase_http-monitoring-email.png)
24+
![](usecase_http-monitoring-sms.png)

0 commit comments

Comments
 (0)