Skip to content

Export network data from UPNP devices supporting WANCommonIFC1 to Prometheus

License

Notifications You must be signed in to change notification settings

pboardman/WANCommonIFC1_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WANCommonIFC1_exporter

Export network data from UPNP devices supporting WANCommonIFC1 to Prometheus

Installation

Require python 3.8+

Installation via pip:

pip install WANCommonIFC1_exporter

Installation via this repo:

git clone https://github.com/pboardman/WANCommonIFC1_exporter
python setup.py install

Usage

Launch it like this:

WANCommonIFC1_exporter IP_OF_UPNP_DEVICE PORT_UPNP_IS_RUNNING_ON

WANCommonIFC1_exporter will then expose metrics on port 8125 on / and /metrics

Metrics

Metric Name Description Data Type
bytes_received_total Number of bytes received since WANCommonIFC1_exporter was started Counter
bytes_sent_total Number of bytes sent since WANCommonIFC1_exporter was started Counter

About

Export network data from UPNP devices supporting WANCommonIFC1 to Prometheus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages