> https://grafana.com/grafana/dashboards/13107 <https://www.google.com/url?q=https%3A%2F%2Fgrafana.com%2Fgrafana%2Fdashboards%2F13107&sa=D&sntz=1&usg=AFQjCNG2F92cz5KSRloddAdo4YSB85pTFQ> That dashboard queries data from InfluxDB. If you want to use it as-is, then don't use prometheus. Build your SNMP data collection using telegraf + influxdb, following the instructions provided with the dashboard.
You can certainly build the same with snmp_exporter + prometheus. However, it will be up to you to configure snmp_exporter to scrape the appropriate MIB variables (using the snmp_exporter generator), and you'll have to make your own grafana dashboards which use PromQL queries instead of InfluxQL queries. That means you'll have to get to grips with prometheus and grafana configuration. -- 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/72b52506-5754-4c48-8d60-e2f44c6ea22fo%40googlegroups.com.

