Skip to content

Commit 3b621b7

Browse files
committed
Docs fixes
1 parent aa3dafd commit 3b621b7

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/setup_alertmanager-canary.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Create the Lambda function
88
--------------------------
99

1010
- Go to `Lambda > Create a Lambda function > Blank function`.
11+
- Do not configure any triggers at this time (just hit next).
1112
- Name: `AlertManager-Canary`
1213
- Description: `Checks that important web properties are working.`
1314
- Runtime: `Node.js 4.3` (or higher)
@@ -29,7 +30,7 @@ in Lambda probably serialize the ENV list as a `,`-separated string because curr
2930

3031
Role config:
3132

32-
- Handler: leave as is (`index.handler`)
33+
- Handler: leave as is
3334
- Role: leave as is (`Choose existing role`)
3435
- Existing role: `AlertManager`
3536

@@ -107,9 +108,9 @@ Hit `[ Configure details ]` ("next"):
107108
- State = `enabled`
108109
- `[ Create rule ]`
109110

110-
Canary will not be run automatically - every minute. You can verify it works either by:
111+
Canary will now be run automatically - every minute. You can verify it works either by:
111112

112113
- Looking at the logs in `Lambda > AlertManager-Canary > Monitoring > Logs` or
113114
- Tweaking the check definitions in a way that they'll trigger an alarm and wait a minute
114115
to receive the alarm so you know it's working. Just remember to tweak the check back to
115-
how it should be and acknowledge the alert!
116+
how it should be, and acknowledge the alert!

docs/setup_alertmanager.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Create Lambda function
1010
- Name: `AlertManager`
1111
- Description: `AlertManager main: ingestor & alerter`
1212
- Runtime: `Node.js 4.3`
13+
- Code entry type: `Upload a .ZIP file`
1314
- Download
1415
[alertmanager-2017-01-16.zip](https://s3.amazonaws.com/files.function61.com/alertmanager/alertmanager-2017-01-16.zip)
1516
to your desktop and then upload to Lambda
@@ -20,7 +21,7 @@ Env variables:
2021

2122
Role config:
2223

23-
- Handler: (leave as is)
24+
- Handler: leave as is
2425
- Role: leave as is (`Choose existing role`)
2526
- Existing role: `AlertManager`
2627

0 commit comments

Comments
 (0)