-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for AWS Cloudwatch Alarms #7931
Comments
vipinvkmenon
added a commit
to vipinvkmenon/telegraf
that referenced
this issue
Aug 2, 2020
This documentation update points to a simple execd shim that can poll AWS Alarms at given time intervals.
vipinvkmenon
added a commit
to vipinvkmenon/telegraf
that referenced
this issue
Aug 2, 2020
This documentation update points to a simple execd shim that can poll AWS Alarms at given time intervals.
3 tasks
ssoroka
pushed a commit
that referenced
this issue
Aug 7, 2020
ssoroka
pushed a commit
that referenced
this issue
Aug 29, 2020
idohalevi
pushed a commit
to idohalevi/telegraf
that referenced
this issue
Sep 29, 2020
This documentation update points to a simple execd shim that can poll AWS Alarms at given time intervals.
arstercz
pushed a commit
to arstercz/telegraf
that referenced
this issue
Mar 5, 2023
This documentation update points to a simple execd shim that can poll AWS Alarms at given time intervals.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Support in the existing plugin or a separate plugin that can help pull/poll was Slarms
Proposal:
There are scenarios where the default approach of AWS Cloudwatch Alarms would not work and polling the
alarms would be needed in order to monitor the IaaS layer
Current behaviour:
No support for alarms
Desired behaviour:
Support for AWS Alarms, starting with Metric Alarms.
Use case:
Telegraf is a prominent solution to gather metrics both from VMS as well as for Iaas providers like AWS. There are scenarios where the existing Alarm implementations in AWS (through SNS etc) would not be possible especially in certain enterprise scenarios. Therefore there should be a secondary approach to poll these alarms so that in-house notification systems can be integrated through telegraf 's plethora of outputs and processors.
The text was updated successfully, but these errors were encountered: