Skip to content

simonh1005/vigor-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigor-exporter

A (crusty) DrayTek Vigor 130 (and others) exporter for prometheus.

This can be used to scrape your Vigor modem for some connection metrics.

Build

go build .

Usage Information

Run directly

./vigor-exporter --help
  -host string
    	hostname/ip the Vigor is reachable on
  -password string
    	password to authenticate to the Vigor
  -username string
    	username to authenticate to the Vigor

The exporter is listening on *:9103 and provides metrics at the /metrics path.

Run with docker

docker build -t vigor  .

docker run vigor
  -host string
    	hostname/ip the Vigor is reachable on
  -password string
    	password to authenticate to the Vigor
  -username string
    	username to authenticate to the Vigor

About

(crusty) DrayTek Vigor 130 (and others) exporter for prometheus

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 97.9%
  • Dockerfile 2.1%