Code Monkey home page Code Monkey logo

Comments (7)

arthfl avatar arthfl commented on June 10, 2024

Can you share an exemplary runtime-config which reflects your configuration?
So we can try to reproduce this properly on our end.

from bosh-oneagent-release.

akop avatar akop commented on June 10, 2024

Hi,

thanks for your reply. We have the following setting in runtime-config which is working with 1.3.2 when we switch to 1.3.3 the agent download is working with proxy but it seems the agent is not using the proxy to deliver the data to dynatrace. The agent is asking the local DNS server instead of using the configured proxy to reach the remote dynatrace server.

- name: dynatrace-oneagent-addon
  jobs:
  - name: dynatrace-oneagent
    release: dynatrace-oneagent
  include:
    deployments:
    - cf
    stemcell:
    - os: ubuntu-xenial
  exclude:
    lifecycle: errand
  properties:
    dynatrace:
      environmentid: "((iaas.dynatrace.environmentid))"
      apitoken: "((/dynatrace_oneagent_apitoken))"
      apiurl: https://((iaas.dynatrace.apihost))/e/((iaas.dynatrace.environmentid))/api
      hostgroup: "((iaas.cf.system_domain))"
      infraonly: 0
      validatedownload: false
      proxy: "((http_proxy))"

from bosh-oneagent-release.

arthfl avatar arthfl commented on June 10, 2024

Thanks, i'll try to reproduce this.

Could you, in the meantime, also share the install log of the bosh-release from /var/vcap/sys/log/dynatrace-oneagent/dynatrace-install.log? Make sure to remove any sensitive data from it though :-)

from bosh-oneagent-release.

giva01121 avatar giva01121 commented on June 10, 2024

Thanks, i'll try to reproduce this.

Could you, in the meantime, also share the install log of the bosh-release from /var/vcap/sys/log/dynatrace-oneagent/dynatrace-install.log? Make sure to remove any sensitive data from it though :-)

Hi, thanks for the support here's the install log:
Dynatrace_install.log

from bosh-oneagent-release.

arthfl avatar arthfl commented on June 10, 2024

I did some quick tests with v1.3.2 and v1.3.3 and got the same result for both. Which is kinda what i expected, since the logic at that place didn't change between the two versions. Just some variables got renamed.
And for downloading the agent the proxy settings seemed to have worked fine, because otherwords you'd have gotten some errors like this:

Downloading agent installer from <TENANT>
curl: (5) Could not resolve proxy: <NONFUNCTIONALPROXY>

So the problem is possibly not with the bosh-release itself but somewhere else. Do you know if the same installer/agent version was used in both cases? In the attached install log it was 1.201.129.20201001-102441.

from bosh-oneagent-release.

giva01121 avatar giva01121 commented on June 10, 2024

@arthfl thanks for the effort, I can see that for both versions, the installer is 1.201.129.20201001-102441
what does it mean this?

from bosh-oneagent-release.

arthfl avatar arthfl commented on June 10, 2024

@giva01121 Since this doesn't look like an issue with the bosh-release itself but maybe rather with the installer (which is fetched by the release), can you open a support case with us (Dynatrace) for this please?

I'm closing this issue with that, since the follow-up will be handled internally :-)

from bosh-oneagent-release.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.