-
Notifications
You must be signed in to change notification settings - Fork 61
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
Comments
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. |
The solution requires the instance id which will change every time it
scales out .
…On Wed, Jul 12, 2017 at 4:13 PM Long Chen ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZTeMdn6uxm9SB8nGyxGlBkmfGx5t87Gks5sNTbdgaJpZM4OTJ0F>
.
|
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. |
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. |
Would you mind sharing that ??
…On Tue, Aug 1, 2017 at 8:06 AM Maicon Baum ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZTeMWNiUBO76Aao-p9r31rLTfh7X7wNks5sTyLzgaJpZM4OTJ0F>
.
|
@maiconbaumx Hey can you share your feature? |
@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. |
Can we have support for monitoring the EC2 instances or the auto scaling group?
The text was updated successfully, but these errors were encountered: