Hi All,
Are there any in-depth detailed documents and videos, which describes snmp_exporter configurations? including some architecture details, like,
1. snmp_exporter should be installed on prometheus server/VM or need dedicated server/VM ?
2. From how many nodes , snmp_exporter can collect metrics ?
3. In case of overload, how can multiple snmp_exporter can connect with single (or multiple) prometheus servers.?
4. where exactly is auth: for targets? (in snmp.yml, or other file)
5. Is it essential to build using generate?
I saw few references, downloaded snmp_exporter (confirmed that prometheus server is getting SNMP response from targets), did initial configurations, added community string in auth: of snmp.yml , added config to prometheus.yml
Still unable to reach to targets. SO wan to recheck steps by referring any detailed document for snmp_exporter
Regards,