Commit Graph

8 Commits

Author SHA1 Message Date
dependabot[bot] b0b51dd6c9
Bump golang.org/x/net from 0.0.0-20210805182204-aaa1db679c0d to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210805182204-aaa1db679c0d to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 00:53:13 +00:00
Steve Brunton dc93f93f62 yaml update 2022-02-21 18:41:46 -05:00
Steve Brunton ef33170130 updated logrus 2021-08-09 21:58:33 -04:00
Steve Brunton 4496214588 upgrade dns dependency 2021-08-09 21:58:33 -04:00
Valer Cara c04b215784
Add tools/netwatch exporter 2021-04-13 11:57:32 +03:00
Steve Brunton 72ec3c2ce0
collect firmware version (#82)
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
2020-04-07 23:06:38 -04:00
wolmi d723fdfe38
Added support to auto discovery with SRV DNS registry (#60)
* Added support to auto discovery witih SRV

The yaml configuration has been modified to suport srv parameters.
Now the name is taken form the router identity to allow dynamic
discovery of devices based on SRV registry.

* Corrected format

* feat(collector): Added support to use custom DNS

* feat(collector): get default dns server from resolv.conf

* Remove getIdentity on the static config devices
2020-02-03 22:03:45 -05:00
Steve Brunton 5cccba9e17
switch to go modules (#58)
setup for go modules and remove vendor directory.
2019-11-16 00:05:31 -05:00