Steps to reproduce:
- Running zabbix_server (Zabbix) 6.0.12
- Create new host, attach AWS RDS instance by HTTP template.
- Update correct Macros
- {$AWS.RDS.INSTANCE.ID}
- {$AWS.REGION}
- {$AWS.ACCESS.KEY.ID}
- {$AWS.SECRET.ACCESS.KEY}
- Monitor zabbix_server.log and only find this error
- [timestamp] [ AWS RDS ] ERROR: ReferenceError: identifier 'hmac' undefined.
- No additional clues are reported when incrementing Debug=4
Result:
No data collected for times
No login to AWS user for access key/secret for user in AWS IAM
Expected:
Data should start to be reported
The user in IAM should report when the user was last used.
|