Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 500 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 500 Bytes

MythTV Exporter for Prometheus

This is a simple server that scrapes MythTV stats and exports them via HTTP for Prometheus consumption.

Metrics are exported over TCP port 9380.

Getting Started

To run it:

./mythtv_exporter [flags]

Help on flags:

./mythtv_exporter --help

Installation

pip install prometheus_client

License

Apache License 2.0, see LICENSE.