An open API service indexing awesome lists of open source software.

https://github.com/coord-e/linux_dvb_exporter

Prometheus exporter for DVB device metrics
https://github.com/coord-e/linux_dvb_exporter

Last synced: 2 months ago
JSON representation

Prometheus exporter for DVB device metrics

Awesome Lists containing this project

README

          

# Linux DVB Exporter

[![CI](https://github.com/coord-e/linux_dvb_exporter/actions/workflows/ci.yml/badge.svg)](https://github.com/coord-e/linux_dvb_exporter/actions/workflows/ci.yml)

Prometheus exporter for DVB device metrics. Currently [frontend statistics](https://www.kernel.org/doc/html/v5.10/userspace-api/media/dvb/frontend-stat-properties.html#frontend-stat-properties) and [status](https://www.kernel.org/doc/html/v5.10/userspace-api/media/dvb/fe-read-status.html) are exported.
Pre-built binaries are available at [the releases](https://github.com/coord-e/linux_dvb_exporter/releases).
Container images are available at [the packages](https://github.com/coord-e?tab=packages&repo_name=linux_dvb_exporter).

## Usage

```console
$ ./linux_dvb_exporter -h
usage: linux_dvb_exporter []

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

```console
$ make build
```