Skip to content

A T-Mobile Nokia 5G Gateway exporter for ClickHouse

Notifications You must be signed in to change notification settings

hueNET-llc/tmobile-nokia-clickhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmobile-nokia-clickhouse

GitHub Workflow Status Docker Image Version (latest by date)

A T-Mobile Nokia 5G Gateway exporter for ClickHouse

Environment Variables

=== Gateway ===
GATEWAY_NAME    -   The device name (e.g. "gateway", default: "trashcan")
GATEWAY_URL     -   The modem's URL (e.g. "http://192.168.12.1", default: "http://192.168.12.1")

=== Exporter ===
FETCH_DELAY     -   How long to wait in between fetches (e.g. "10" for 10 seconds, default: "10")
LOG_LEVEL       -   Logging verbosity (default: "20"), levels: 0 (debug) / 10 (info) / 20 (warning) / 30 (error) / 40 (critical)

=== ClickHouse ===
CLICKHOUSE_URL                  -   ClickHouse URL (e.g. "https://192.168.0.69:8123")
CLICKHOUSE_USER                 -   ClickHouse login username (e.g. "username")
CLICKHOUSE_PASS                 -   ClickHouse login password (e.g. "password")
CLICKHOUSE_DB                   -   ClickHouse database (e.g. "metrics")
CLICKHOUSE_5G_TABLE             -   5G stats table name (default: "tmobile_5g")
CLICKHOUSE_LTE_TABLE            -   LTE stats table name (default: "tmobile_lte")
CLICKHOUSE_STATUS_TABLE         -   Gateway status table name (default: "tmobile_status")
CLICKHOUSE_INTERFACES_TABLE     -   Interface stats table name (default: "tmobile_interfaces")

About

A T-Mobile Nokia 5G Gateway exporter for ClickHouse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published