From ab21024a30efd80690431776e79df9feeff541fd Mon Sep 17 00:00:00 2001 From: Vipin Menon Date: Fri, 7 Aug 2020 20:00:33 +0530 Subject: [PATCH] Support for AWS Cloudwatch Alarms #7931 (#7932) This documentation update points to a simple execd shim that can poll AWS Alarms at given time intervals. --- EXTERNAL_PLUGINS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EXTERNAL_PLUGINS.md b/EXTERNAL_PLUGINS.md index e83f7ee32..07c917e99 100644 --- a/EXTERNAL_PLUGINS.md +++ b/EXTERNAL_PLUGINS.md @@ -8,3 +8,4 @@ Pull requests welcome. - [rand](https://github.com/ssoroka/rand) - Generate random numbers - [twitter](https://github.com/inabagumi/twitter-telegraf-plugin) - Gather account information from Twitter accounts - [youtube](https://github.com/inabagumi/youtube-telegraf-plugin) - Gather account information from YouTube channels +- [awsalarms](https://github.com/vipinvkmenon/awsalarms) - Simple plugin to gather/monitor alarms generated in AWS.