Add scraping of SIP registrations
This commit is contained in:
parent
11b3dc38d3
commit
dd4186586f
4 changed files with 489 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module github.com/fluepke/vodafone-station-exporter
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/prometheus/client_golang v1.8.0
|
||||
github.com/prometheus/common v0.15.0
|
||||
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue