Hi to all! I'm trying to monitorize my AWS infra from my Zabbix Server 6.4.5.
I'm using the official templates for 6.4.5 , the template aws_http
I follow all the steps:
Thanks!
I'm using the official templates for 6.4.5 , the template aws_http
I follow all the steps:
- Create the IAM policie
- Create the user and assign iam policie
- Create access key for the user
- Create host and:
- assign template aws_http
- assign group
- configure 3 macros: {$AWS.ACCESS.KEY.ID}, {$AWS.SECRET.ACCESS.KEY}, {$AWS.REGION} for the host
- Then I enable in the host --> discovey rules:
- EC2 instances discovey
- S3 buckets discovery
- Then i recieve the error in both discovery rules: Cannot find the "data" array in the received JSON object​
Thanks!
Comment