I was curious if anyone built a MIB-2 Exporter? That is collecting CPU, memory, disk information via the generic MIB-2 and HRStorage branches of SNMP rather than co-located Node_Exporters.
--
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 prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/5b961ef7-1032-4cca-b504-53bc1e18f36a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This is possible with the snmp_exporter. There is an automatic generator that will take an arbitrary walk and generate a metrics translation from the MIB file.The down side to this is SNMP is an _awful_ protocol. Extremely chatty, UDP, difficult to make match to the Prometheus data model.On the other hand, the node_exporter provides a lot more information than anything you can get from your typical MIBs and SNMP implementations. We can also move a lot more quickly with the node_exporter code than we could possibly do with SNMP.For example, we added direct metric access to adjtimex in less than a month[0], which included a long discussion about naming, which metric we wanted, and onboarding a new contributor to the project.
On Fri, Oct 27, 2017 at 7:24 PM, <dnee...@redhat.com> wrote:
I was curious if anyone built a MIB-2 Exporter? That is collecting CPU, memory, disk information via the generic MIB-2 and HRStorage branches of SNMP rather than co-located Node_Exporters.
--
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 prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/f6690410-8915-4739-8053-495f5e2975cd%40googlegroups.com.
--
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 prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/0df2299d-15ed-4879-b051-7fe0f1a42aa4%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.