-
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 you elaborate more on how to set this up? #13
Comments
That's correct, but you also need to install python dateutil module due to recent utc to local timezone change. |
Do i have to change any value in cron.ELB.sh script or have to setup MACRO in zabbix host? I didn't see anywhere in your guide said that i need to put in aws region or anything. |
You only use MACRO if you use discovery rule, but also need to adjust the script a bit in awsLLD.py to adapt to your naming standard. You need to give execution permission to all bash and python scripts |
First of all, all of your scripts had been given execution permissions. So let me be clear In your cron.ELB.sh, there are these line Load Balancer NameLOAD_BALANCER=$1 Zabbix HostZABBIX_HOST=$2 Zabbix ServerZABBIX_SERVER=$3 AWS AccountACCOUNT=$4 AWS RegionREGION=$5 In your ELB template, i saw this I'm really confused. Can you please tell me the detail how to do? I'm not sure if i should use MACRO or something, i just want to get my specific ELB's metric and see their graph with data. |
That is bash wrapper script, you need to set the zabbix host, server, elb parameters in cronjob, see cron.d/crontab |
As far as i understand, you had prepared everything including template, script.
In my case, i just want to integrate ELB metrics into my zabbix server.
How should i do that? Please correct me if i'm wrong.
2.Create folder /opt/zabbix/cloudwatch
3.Add AWS credentials
4.Because aws_services_metrics.conf has every metrics, so i don't think i need to add anything
5.I don't know how to create template and item, so i would use ELB template you created. I would import it to zabbix
6.Create new host an linked with ELB template.
7.Execute that cron.ELB.sh
Is that correct?
The text was updated successfully, but these errors were encountered: