tech-sketch / zabbix_aws_template

This is AWS monitoring integration Zabbix templates.
49 stars 29 forks source link

how to add elbv2 ? #8

Open alexyang12 opened 7 years ago

alexyang12 commented 7 years ago

how to add elbv2 ?

ike-dai commented 7 years ago

ELB v2? Does it mean Application Load Balancer? https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/

I have not able to try this feature yet.

alexyang12 commented 7 years ago

thanks : )

sc-pulsion commented 6 years ago

I have modified the script to work with ALB. See here https://github.com/sc-pulsion/zabbix_aws_template/blob/add-alb/scripts/cloudwatch_zabbix.py

You will need to clone the ELB template and change any 'elb' to 'alb'. Then when adding the host, the instance ID macro needs to be the same as shown in the Cloudwatch logs e.g. app/insertloadbalancername/08add7cacfdce113

Its dirty but works. I'll add templates when I get the chance.