Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-21985

AWS Discovery template

XMLWordPrintable

    • Sprint 95 (Dec 2022)
    • 1.2

      AWS by HTTP Template EC2 Discovery fails if the instance doesn't have any tags:

            if (typeof item.instancesSet.item.tagSet !== 'object'
                      || typeof item.instancesSet.item.tagSet.item !== 'object')
                      throw 'Failed response parse. Check debug log for more information.';
                  if (Array.isArray(item.instancesSet.item.tagSet.item)) {
                      item.instancesSet.item.tagSet.item.forEach(
      

      When creating new EC2 instance tags are optional and can be skipped.

      It could be the same behavior for RDS and S3, I did not test it.

            abakaldin Alexander Bakaldin
            dlamberts Dmitrijs Lamberts
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: