Giter Site home page Giter Site logo

Comments (3)

npdgm avatar npdgm commented on May 20, 2024 1

Hi Georg,
You are correct, it's missing an argument to specify the listening address.
We'll implement that shortly.
Cheers

from x509-certificate-exporter.

tacerus avatar tacerus commented on May 20, 2024

Oh amazing - Thank you so much! :)

from x509-certificate-exporter.

npdgm avatar npdgm commented on May 20, 2024

@tacerus version 2.11.0 was released yesterday with the option for specifying a listening address.

I wish we didn't break existing arguments to the program and simply add a new one, however this obvious answer to the need was inelegant in some ways and less powerful with regard to IPv6. This implementation is what Golang applications tend to use, and matches many popular exporters.
Most users of this project seem to use the Helm Chart on Kubernetes and fortunately this change is made transparent to them.

So argument --port was deprecated and you should use --listen-address instead. It can take a port number or an address/port pair.
The default is --listen-address=:9793 and will listen on our default port for any IPv4/IPv6 address, just like it used to be.

A few examples :

  • --listen-address=:9793
  • --listen-address=127.0.0.1:9793
  • --listen-address=[::1]:9793
  • --listen-address=10.1.2.3:9793
  • --listen-address=[2001:abc::123]:9793

I hope this will suit you.

Cheers

from x509-certificate-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.