Giter Club home page Giter Club logo

Comments (5)

stefanprodan avatar stefanprodan commented on May 5, 2024 3

Deploy docker-compose.exporters.yml on an external host and in your Prometheus config add the hostname or the IP like this:

scrape_configs:
  - job_name: 'nodeexporter'
    scrape_interval: 5s
    static_configs:
      - targets: ['nodeexporter:9100','external_host1_ip:9100']

  - job_name: 'cadvisor'
    scrape_interval: 5s
    static_configs:
      - targets: ['cadvisor:8080','external_host1_ip:8080']

from dockprom.

ScottBrenner avatar ScottBrenner commented on May 5, 2024

Got it, thanks.

from dockprom.

NaitikShah avatar NaitikShah commented on May 5, 2024

Hey, @ScottBrenner @stefanprodan I am facing some issue if you can help.
I have already started node-exporter on another Server A but on grafana dashboard, I am getting this error as below

screenshot from 2018-02-08 15-19-34

Can you please help me with how to do templating and also if changes in Prometheus for the same?
I am very new to grafana and Prometheus and now I am stuck in one of the grafana monitoring issues.

from dockprom.

dalepo avatar dalepo commented on May 5, 2024

@ScottBrenner @stefanprodan
Sorry for newb question (new to docker and stuff), do I have to add the nodeexporter / cadvisor services to my already existing container (.yml) in order to be able to scrape it?

from dockprom.

nightah avatar nightah commented on May 5, 2024

If you brought up all the containers in the docker-compose.yml it will by default pick up containers and nodes relative to that host.

This topic was more for other external hosts outside of the dockprom stack itself.

from dockprom.

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.