Categorygithub.com/nlamirault/bbox_exporter
repositorypackage
0.5.0
Repository: https://github.com/nlamirault/bbox_exporter.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

bbox_exporter

A Prometheus exporter for the Bbox, a Set-Top-Box (TV box) provided by French Internet Service Provider Bouygues Telecom.

License Apache 2 GitHub version

Metrics are :

NameExposed informationsLabels
bbox_device_cpuCPU Timemode
bbox_device_memoryMemory in kB̀type
bbox_device_processProcessustype
bbox_device_statusCurrent status
bbox_device_temperatureCurrent internal temperature in °C
bbox_dns_averageAverage of average dns response time
bbox_dns_maxMaximun of average dns response time
bbox_dns_minMinimun of average dns response time
bbox_dns_number_of_queriesNumber of queries
bbox_lan_received_bytesRX bytes
bbox_lan_received_packetsRX packets
bbox_lan_received_packets_discardsRX packets discards
bbox_lan_received_packets_errorsRX packets in error
bbox_lan_transmitted_bytesTX bytes
bbox_lan_transmitted_packetsTX packets
bbox_lan_transmitted_packets_discardsTX packets discards
bbox_lan_transmitted_packets_errorsTX packets in error
bbox_upWas the last query of BBox successful.
bbox_wan_ftth_stateLinkState of the GEth FTTH port
bbox_wan_received_bandwidthRX bandwith available
bbox_wan_received_bandwidth_maxRX bandwith available
bbox_wan_received_bytesRX bytes
bbox_wan_received_packetsRX packets
bbox_wan_received_packets_discardsRX packets discards
bbox_wan_received_packets_errorsRX packets in error
bbox_wan_transmitted_bandwidthTX bandwith available
bbox_wan_transmitted_bandwidth_maxTX maximum bandwith available
bbox_wan_transmitted_bytesTX bytes
bbox_wan_transmitted_packetsTX packets
bbox_wan_transmitted_packets_discardsTX packets discards
bbox_wan_transmitted_packets_errorsTX packets in error

Dashboard

Usage

Launch the Prometheus exporter :

> bbox_exporter --help

Local Deployment

  • Launch Prometheus using the configuration file in this repository:

      $ prometheus -config.file=prometheus.yml
    
  • Launch exporter:

      $ bbox_exporter -log.level=debug
    
  • Check that Prometheus find the exporter on http://localhost:9090/targets

Contributing

See CONTRIBUTING.

License

See LICENSE for the complete license.

Contact

Nicolas Lamirault [email protected]