I suggest you use a text editor. But you shouldn't create snmp.yml manually. You should create generator.yml and then use generator + MIB files to convert it to snmp.yml.
The format of generator.yml is documented here <https://github.com/prometheus/snmp_exporter/blob/main/generator/README.md>, and the output snmp.yml it generates here <https://github.com/prometheus/snmp_exporter/blob/main/generator/FORMAT.md>. The generator binary isn't included <https://github.com/prometheus/snmp_exporter/issues/223> in the snmp_exporter release bundle, but once you've installed the dependencies <https://github.com/prometheus/snmp_exporter/blob/main/generator/README.md#building> you can install it with: go install github.com/prometheus/snmp_exporter/generator@latest On Monday 29 July 2024 at 08:25:56 UTC+1 test2 thejo wrote: > Dear Team, > How to write SNMP.yml manually in Prometheus and give any notes Please.. > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/8923eca6-eea9-4b19-82f0-05776051ba99n%40googlegroups.com.

