Help needed creatinging custom generator.yml #1151
Replies: 2 comments 2 replies
-
totally depends on what you'd like to see from your fortinet devices. i'm using a config for example that is scraping all metrics i'm interested in - you could also scrape interface metrics for example in one module and fortigate specific in another. i manually went through the WHOLE mib file and created the generator config with the OIDs i needed - this is cumbersome but gave ME the best results as i know what i'm searching for - YMMV my current config - just for ref:
|
Beta Was this translation helpful? Give feedback.
-
I struggled with this too. I haven't found comprehensive documentation either. I thank people like bastischubert for trying to help. I have a generator.yml similar to the one posted, except I used ifInOctets and ifOutOctets and not the mumerical OIDs. I ran it with ./generator -m /usr/share/snmp/mibs/ generate where usr/share/snmp/mibs/ contains the MIB files that I downloaded from my fortinet devices. |
Beta Was this translation helpful? Give feedback.
-
I need to monitor Fortinet devices using SNMP, and I have a problem how to generate generator.yml file from Fortinet MIBs.
Is there any automation process behind this, or generator.yml must be edited manually?
To me it's not clear at all what should I put in generator.yml, I guess I can't just put all the OIDS I find for the Fortinet devices.
Beta Was this translation helpful? Give feedback.
All reactions