mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-11-16 10:25:12 +01:00
72ec3c2ce0
collect packages/firmware versions and export them as labels for gauge under : mikrotik_system_package * updated versions of dependent libs * fetch firmware version as gauge * fixed the things that needed to be fixed
15 lines
411 B
Modula-2
15 lines
411 B
Modula-2
module mikrotik-exporter
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/miekg/dns v1.1.22
|
|
github.com/prometheus/client_golang v1.4.1
|
|
github.com/prometheus/common v0.9.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
|
|
gopkg.in/routeros.v2 v2.0.0-20190905230420-1bbf141cdd91
|
|
gopkg.in/yaml.v2 v2.2.5
|
|
)
|