-
Notifications
You must be signed in to change notification settings - Fork 642
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
SNMP exporter config generator docker container #120
Comments
Thanks for sharing. That depends on your local system, and doesn't include mibs so it's of limited use. I'm not sure what the legal status would be on including the mibs. |
I've just realized that the A10 mibs couldn't be included, so I've removed them. |
Ok, I've updated the repo adding the Palo Alto firewall MIBs, which can be downloaded for free from here: https://www.paloaltonetworks.com/documentation/misc/snmp-mibs.html To test the generator, just clone my repo docker-secg and then run the container:
You will find the generated configuration on the snmp.yml file |
Thinking on this, what we could do in this repo is provide a docker image with a working generator and document the volume mounts to pull in the MIBs etc. |
@brian-brazil I will add the needed documentation about volume mounts, etc.. 👍 |
@brian-brazil I did a rework on this container, it uses the same tag used by snmp-exporter, also I documented the volumes to mount, please take a look if you have one free minute. |
At a first glance I'd suggest arranging the paths so that the volume mounts are much more concise. I'd also advise making the commands other than 'generate' accessible, they're handy for debugging. |
Hello, I saw on your issue prometheus/snmp_exporter#120 that you created this Dockerfile. I modified it so it's lighter (using multi-stage builds), but also configurable like @brian-brazil advised it. In addition I used the idea from prometheus/snmp_exporter#223 to statically compile it. I hope it'll help and maybe integrate it later to the original repo!
There is one now. |
Hello all,
I built a docker container for the config generator, you can find it here: https://github.com/ninoabbate/docker-secg
Hope you will find it useful too.
The text was updated successfully, but these errors were encountered: