sensu-plugins / sensu-plugins-aws

This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
http://sensu-plugins.io
MIT License
81 stars 143 forks source link

New check for security group rules #268

Open itdevon opened 6 years ago

itdevon commented 6 years ago

Have a check alert for any new security group rules created or deleted. Not sure how to do it..

What do you guys think?

Devon

majormoses commented 6 years ago

Sounds useful, I would probably accept a comma separated list of security groups and check they exist assuming you can return an array of security group names just do an array intersection and alert on ones not included.