Git Product home page Git Product logo

Comments (3)

chrroberts-pure avatar chrroberts-pure commented on July 18, 2024

Hi,

You should be able to pull the latest image by running this command. The latest image was published 7 days ago.

docker pull quay.io/purestorage/pure-fa-om-exporter:latest

You can view this image with docker image ls - to make sure it was downloaded.

You will then need to stop your running container and start a new one using the latest image.

I found this StackOverflow link to be helpful with some information on how to do this in Docker.

Also please ensure you are running the new containers with the same settings, please see our examples here

from pure-fa-openmetrics-exporter.

chrroberts-pure avatar chrroberts-pure commented on July 18, 2024

Also to get the version you are running - you can look at the docker container logs with the docker logs command

chrroberts@ ~ % docker logs bd3efb9b9282
2023/07/12 13:40:07 Start Pure FlashArray exporter v1.0.7 on 0.0.0.0:9490

from pure-fa-openmetrics-exporter.

genegr avatar genegr commented on July 18, 2024

@slackuser1979 if you want to deepener troubleshooting the issue you could spin up a second instance of the exporter container with the additional --debug flag and then simply query one of the targets that are not working via curl, like this:

% docker run -p 9495:9495 --rm --name pure-fa-om-exporter quay.io/purestorage/pure-fa-om-exporter --debug --port 9495

Notice the missing -d flag for the docker run, that keeps the container running in foreground.
From another terminal window you can then use curl

% curl -H "Authorization: Bearer b5cb29e7-a81c-b40a-b02a-da2b90c9365e" http://10.225.113.63:9495/metrics/array\?endpoint=10.225.112.90

and you shuld see the full HTTP conversation that happens between the exporter and the target FA in the other window.

from pure-fa-openmetrics-exporter.

Related Issues (20)

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.