coord-e / linux_dvb_exporter

Prometheus exporter for DVB device metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux DVB Exporter

CI

Prometheus exporter for DVB device metrics. Currently frontend statistics and status are exported. Pre-built binaries are available at the releases. Container images are available at the packages.

Usage

$ ./linux_dvb_exporter -h
usage: linux_dvb_exporter [<flags>]

Flags:
  -h, --help                Show context-sensitive help (also try --help-long and --help-man).
      --web.systemd-socket  Use systemd socket activation listeners instead of port listeners (Linux
                            only).
      --web.listen-address=:9111 ...
                            Addresses on which to expose metrics and web interface. Repeatable for
                            multiple addresses.
      --web.config.file=""  [EXPERIMENTAL] Path to configuration file that can enable TLS or
                            authentication.
      --web.telemetry-path="/metrics"
                            Path under which to expose metrics.
      --log.level=info      Only log messages with the given severity or above. One of: [debug, info, warn, error]
      --log.format=logfmt   Output format of log messages. One of: [logfmt, json]
      --version             Show application version.

Build

$ make build

About

Prometheus exporter for DVB device metrics

License:Apache License 2.0


Languages

Language:Go 94.5%Language:Makefile 4.2%Language:Dockerfile 1.4%