Git Product home page Git Product logo

Comments (4)

odnobit avatar odnobit commented on July 21, 2024 2

Setting up OpenStack Exporter with Docker:

  1. Install Docker:
    Install Docker on your host machine by following the official Docker installation guide for your operating system.

  2. Pull OpenStack Exporter Image:
    Pull the OpenStack Exporter Docker image from the link provided:
    docker pull ghcr.io/openstack-exporter/openstack-exporter:<version>
    Replace <version> with the desired version of the image.

  3. Generate clouds.yaml:
    Create a clouds.yaml configuration file on your host machine by following the guide provided:
    Configuration Guide

  4. Run the Container:
    Run the OpenStack Exporter container, using the following command. Replace /path/to/clouds.yaml with the actual path to your generated clouds.yaml file:
    docker run -d --name openstack_exporter --network=host -v /path/to/clouds.yaml:/etc/openstack/clouds.yaml ghcr.io/openstack-exporter/openstack-exporter:<version> $your_cloud_name_from_clouds_yaml

  5. Access Exporter Metrics:
    Use the following command to retrieve OpenStack Exporter metrics using curl:
    curl http://localhost:9180/metrics
    This will display the OpenStack Exporter metrics for monitoring your OpenStack environment.


Remember, these are simplified instructions. Depending on your environment and specific needs, you might need to configure more settings and consider security aspects. Always refer to the official documentation for more detailed information and best practices.
P.S. - Thanks chat GPT for generated MD

from openstack-exporter.

odnobit avatar odnobit commented on July 21, 2024 1

Of course you can. You have to download openstack-exporter binary, put it in one of the $PATH directories and make systemd service. After that you can run openstack-exporter as a systemd service.

from openstack-exporter.

Aguna78 avatar Aguna78 commented on July 21, 2024

thank you, but can openstack exporter running in linux? make as a services?

from openstack-exporter.

Aguna78 avatar Aguna78 commented on July 21, 2024

thank you, its work when I testing in VM devstack but there a problem when I'm trying in existing openstack,
when I starting legacy mode I have a notification "failed: No suitable endpoint could be found in the service catalog." from some services, and I configure like what your instructions.

Btw, where exactly openstack-exporter should be installed ? can we install in instance ?

from openstack-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.