Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-9061

AWS | Ec2 discovery template | add extra functions to the lld_array

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • None
    • None
    • None

      To get a better use out of the AWS EC2 template and to align the instance host details can you please expand this array to include more then just the few entries.. below is some i have added to ensure hosts align correctly with onPrem hosts

       

      lld_array.push(
          {  
              instanceId: AWS.getField(instance, 'instanceId'),  
              instanceName: AWS.tagToNameInstances(instance),
              instanceRegion: region_name,
              instancePrivateDnsName: AWS.getField(instance, 'privateDnsName'),
              instancePrivateIp: AWS.getField(instance, 'privateIpAddress')
          } 

       

      It would also be nice if Zabbix synced down all the tags that already exist on the EC2 instance in AWS that way Zabbix would align also towards AWS.

       

       

            Unassigned Unassigned
            colum.flannigan Colum Flannigan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: