aws-samples / amazon-cloudwatch-auto-alarms

Automatically create and configure Amazon CloudWatch alarms for EC2 instances, RDS, and AWS Lambda using tags for standard and custom CloudWatch Metrics.
MIT No Attribution
91 stars 85 forks source link

Monitor MSK? #16

Open maxwell-ops-code opened 2 years ago

maxwell-ops-code commented 2 years ago

Hi,

is there a way to simply automate creation of similar alarms on Managed Kafka?

example adding something like this....

], 'AWS/Kafka': [ { 'Key': alarm_separator.join( [alarm_identifier, 'AWS/Kafka', 'KafkaDataLogsDiskUsed', 'Cluster Name', 'test-cluster', 'Broker ID', '1','GreaterThanThreshold', '5m', 'Average']), 'Value': alarm_kafka_data_logs_disk_used },

Thanks in advance