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
- Host: GitHub
- URL: https://github.com/coord-e/linux_dvb_exporter
- Owner: coord-e
- License: apache-2.0
- Created: 2021-09-05T05:11:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T04:02:52.000Z (over 2 years ago)
- Last Synced: 2025-02-15T11:00:00.102Z (12 months ago)
- Language: Go
- Homepage:
- Size: 120 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux DVB Exporter
[](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
```