Hi Folks,
I wanted to start the exporter with snmp version 3 config using prometheus-snmp-exporter juju charm but looks like its not supporting SNMP V3 config.
Deployed charm: cs:prometheus-snmp-exporter-1
https://jaas.ai/prometheus-snmp-exporter/1
snmp.yml
Exporter supposed to start with the above config, but instead it gives the following error, it works when I run the snmp_exporter from the downloaded tar from here.
Error log
Jan 18 09:37:33 apnnc01pkrw-test-3 prometheus-snmp-exporter.snmp-exporter[9742]: time="2021-01-18T09:37:33Z" level=info msg="Build context (go=go1.6.2, user=, date=)" source="main.go:100" Jan 18 09:37:33 apnnc01pkrw-test-3 prometheus-snmp-exporter.snmp-exporter[9742]: time="2021-01-18T09:37:33Z" level=fatal msg="Error parsing config file: unknown fields in module: get" source="main.go:105"Am I missing anything here?
Thanks in advance.