Giter VIP home page Giter VIP logo

Comments (5)

dannyk81 avatar dannyk81 commented on June 5, 2024 2

The general approach with Prometheus is to run an exporter per monitored instance, so each pihole instance should have a "sidecar" exporter.

from pihole-exporter.

eko avatar eko commented on June 5, 2024 1

Yep, this is the best practice.

Thank you for your answers

from pihole-exporter.

eko avatar eko commented on June 5, 2024 1

Great to see it’s finally working ;)
Have fun!

from pihole-exporter.

AlfaJackal avatar AlfaJackal commented on June 5, 2024

I have to pihole exporter instances. Unfortunately both of them show the same hostname in influx. How do I fix that?
image

First Docker Instance:
PIHOLE_HOSTNAME: 10.0.0.13
PIHOLE_PORT: 9617

Second Instance:
PIHOLE_HOSTNAME: 10.0.0.3
PIHOLE_PORT: 9617

Scrape Job:

- job_name: 'pihole'
  static_configs:
  - targets: ['10.10.0.6:9617']
- job_name: 'pihole2'
  static_configs:
  - targets: ['10.10.0.6:9617']

If I change the port to 9617, Prometheus cannot connect.

Any ideas?

from pihole-exporter.

AlfaJackal avatar AlfaJackal commented on June 5, 2024

Sorry for being too fast! Changing the local port in docker did it! 😊

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