Skip to content
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

Can we have support for monitoring the EC2 instances #16

Open
macadminrohit opened this issue Jul 10, 2017 · 7 comments
Open

Can we have support for monitoring the EC2 instances #16

macadminrohit opened this issue Jul 10, 2017 · 7 comments

Comments

@macadminrohit
Copy link

Can we have support for monitoring the EC2 instances or the auto scaling group?

@omni-lchen
Copy link
Owner

This can be easily set up if you follow the instructions, add EC2 metrics to conf/aws_services_metrics.conf, create a zabbix template for all EC2 metrics with the correct format, create a bash wrapper and set up a cron job.

@macadminrohit
Copy link
Author

macadminrohit commented Jul 12, 2017 via email

@omni-lchen
Copy link
Owner

You can use this dimension "AutoScalingGroupName" to get the metrics of the group. If you can want to monitor individual instance, I think you need to create a discovery rule for all instance ids in the group.

@maiconbaumx
Copy link

This is possible and easy to do. I wrote a feature to discover EC2 instances, create the host in Zabbix Server and start monitoring within 3 minutes from running instance.

@macadminrohit
Copy link
Author

macadminrohit commented Aug 1, 2017 via email

@macadminrohit
Copy link
Author

@maiconbaumx Hey can you share your feature?

@macadminrohit
Copy link
Author

@omni-lchen Even our Autoscalinggroupname changes whenever we create new stack for application servers. Only thing that remains same is the Instance Name. Not sure if that will help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants