tmobile-exporter
Prometheus exporter for T-Mobile Germany (Telekom) mobile data usage
4.9K
No explicit authentication is needed for pass.telekom.de, but:
Metrics will look like this:
# HELP telekom_mobile_data_bytes_used Mobile data used (in bytes)
# TYPE telekom_mobile_data_bytes_used gauge
telekom_mobile_data_bytes_used 1234567890.0
# HELP telekom_mobile_data_bytes_remaining Mobile data remaining (in bytes)
# TYPE telekom_mobile_data_bytes_remaining gauge
telekom_mobile_data_bytes_remaining 987654321.0
# HELP telekom_mobile_days_remaining Days remaining in current billing cycle
# TYPE telekom_mobile_days_remaining gauge
telekom_mobile_days_remaining 8.2
Only works with host network:
docker run --network host tools4homeautomation/tmobile-exporter:0.1.0
Use this scrape entry:
scrape_configs:
- job_name: 'telekom'
static_configs:
- targets: ['<device-ip>:9877']
See GitHub Repo for more details.
Content type
Image
Digest
sha256:7470265de…
Size
22.1 MB
Last updated
8 months ago
docker pull tools4homeautomation/tmobile-exporter:0.1.0_rcPulls:
810
Last week