Skip to content

toddtreece/bluez-monitor

Repository files navigation

Bluetooth Monitor

Configuration

Location: ~/.config/bluez-monitor/config.toml

Example:

[prometheus.remote_write]
url = "http://127.0.0.1:9090/api/v1/write"

[loki]
url = "http://127.0.0.1:3100/loki/api/v1/push"

Loki

[loki]
url = "http://127.0.0.1:3100/loki/api/v1/push"

Prometheus

Remote Write

[prometheus.remote_write]
url = "http://127.0.0.1:9090/api/v1/write"

Exporter

[prometheus.exporter]
host = "127.0.0.1:9099"

Running the monitor

make run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published