summaryrefslogtreecommitdiffstats
path: root/health/notifications/awssns/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'health/notifications/awssns/README.md')
-rw-r--r--health/notifications/awssns/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/health/notifications/awssns/README.md b/health/notifications/awssns/README.md
index a2ff6deee6..0ec785bc60 100644
--- a/health/notifications/awssns/README.md
+++ b/health/notifications/awssns/README.md
@@ -20,7 +20,9 @@ To get this working, you will need:
- The Amazon Web Services CLI tools. Most distributions provide these with the package name `awscli`.
- An actual home directory for the user you run Netdata as, instead of just using `/` as a home directory. Setup of this is distribution specific. `/var/lib/netdata` is the recommended directory (because the permissions will already be correct) if you are using a dedicated user (which is how most distributions work).
-- An Amazon SNS topic to send notifications to with one or more subscribers. The [Getting Started](https://docs.aws.amazon.com/sns/latest/dg/GettingStarted.html) section of the Amazon SNS documentation covers the basics of how to set this up. Make note of the Topic ARN when you create the topic.
+- An Amazon SNS topic to send notifications to with one or more subscribers. The [Getting
+ Started](https://docs.aws.amazon.com/sns/latest/dg/sns-getting-started.html) section of the Amazon SNS documentation
+ covers the basics of how to set this up. Make note of the Topic ARN when you create the topic.
- While not mandatory, it is highly recommended to create a dedicated IAM user on your account for Netdata to send notifications. This user needs to have programmatic access, and should only allow access to SNS. If you're really paranoid, you can create one for each system or group of systems.
Once you have all the above, run the following command as the user Netdata runs under: