generate my own configuration #865
Unanswered
thomasg341
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Once you have the MIB file, you will want to put a copy in the directory where all the rest of your MIBs are. If you don't have a collection, you can get a basic one with The hard of SNMP is knowing which OIDs you want to walk in order to get the data you need. You will need to examine the MIB file(s) to see what OIDs are available. Once you know what you want, you can configure a Then you can run
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've built the generator and I'm stuck. I've read the doc but I don't understand how to generate my own config. What I'm trying to achieve is to monitor HP PDU (power distribution units) using snmp_exporter and grafana. I've got the specific mibs. And now what? Where do I put them in order to generate a snmp.yml specific to these mibs? I don't need all the mibs downloaded using make mibs.
make generate download a lot of mibs I don't want and write a generator.yml which is useless for me.
The doc says : Most use cases should be covered by our default configuration. If you need to generate your own configuration from MIBs, you can use the generator.
Use the generator if you need to customize which objects are walked or use non-public MIBs.
But how ...
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions