How to see Temperature data?

This page summarizes the projects mentioned and recommended in the original post on /r/PrometheusMonitoring

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • snmp_exporter

    SNMP Exporter for Prometheus

  • SNMP by itself is a rather crude protocol, with values being identified as OID (Object IDs). Those are numerical identifiers. A MIB-File contains the information on how to translate these OIDs into workable data. There is some information on how to feed these files to the exporter located here: https://github.com/prometheus/snmp_exporter/tree/main/generator

  • tools

  • So I looked this up. It's pretty basic from a MIB standpoint. I made an example generator.yml config file for you.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • json_exporter

    A prometheus exporter which scrapes remote JSON by JSONPath

  • But if I were doing this, I would skip SNMP and use the JSON sensor API and the json_exporter. It should be much easier to configure on Windows, since there's no SNMP requirement.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts