Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a way to configure listening interface #24

Closed
Jean-Daniel opened this issue Feb 9, 2016 · 2 comments
Closed

Need a way to configure listening interface #24

Jean-Daniel opened this issue Feb 9, 2016 · 2 comments

Comments

@Jean-Daniel
Copy link

While there is a way to configure the listening port, there is currently now way to define on which interface the http server listen. It defaults to listening on all interfaces.

My usual config is to run the snmp_exporter on the same machine than promotheus, and I don't want to expose the running service all over the network, so I'd like to make it listen on 127.0.0.1 only.

@paurullan
Copy link

I know this is not your answer but as a workaround I would recommend you to deploy the prometheus+snmp_exporter under something like docker-compose. That way you would be able to hide the exporter and make it accessible to prometheus.

I hope the maintainer answers your question.

@brian-brazil
Copy link
Contributor

This will come with #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants