VictorRobellini / pfSense-Dashboard

A functional and useful dashboard for pfSense that utilizes influxdb, grafana and telegraf
671 stars 187 forks source link

InfluxDB is a RAM eating Trash piece of software #77

Open rwjack opened 10 months ago

rwjack commented 10 months ago

Anyone create a Prometheus verion of the Dash?

rwjack commented 10 months ago

This seems to work for exporting telegraf data to prom format:

    [[outputs.prometheus_client]]
      ## Address to listen on.
      listen = ":9126"

      ## Use HTTP Basic Authentication.
      # basic_username = "Foo"
      # basic_password = "Bar"

      ## If set, the IP Ranges which are allowed to access metrics.
      ##   ex: ip_range = ["192.168.0.0/24", "192.168.1.0/30"]
      # ip_range = []

      ## Path to publish the metrics on.
      path = "/metrics"

      ## Expiration interval for each metric. 0 == no expiration
      #expiration_interval = "0s"

      ## Collectors to enable, valid entries are "gocollector" and "process".
      ## If unset, both are enabled.
      # collectors_exclude = ["gocollector", "process"]

      ## Send string metrics as Prometheus labels.
      ## Unless set to false all string metrics will be sent as labels.
      # string_as_label = true

      ## If set, enable TLS with the given certificate.
      # tls_cert = "/etc/ssl/telegraf.crt"
      # tls_key = "/etc/ssl/telegraf.key"

      ## Export metric collection time.
      #export_timestamp = true
rwjack commented 10 months ago

Though I don't seem to get the PfBlocker metrics in the output.

rwjack commented 10 months ago

Correction, InfluxDB v2 seems to be performing way better.

https://github.com/bsmithio/OPNsense-Dashboard

Edit: Never mind, it also goes up to 2-3 gigs during a single query. Absolute disaster