mikrotik-exporter/collector
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
..
bgp_collector.go fixed bgp collector (#12) 2018-05-21 16:56:21 -04:00
collector_context.go switch to go modules (#58) 2019-11-16 00:05:31 -05:00
collector.go Added support to auto discovery with SRV DNS registry (#60) 2020-02-03 22:03:45 -05:00
dhcp_collector.go Fix validate that string is not empty before strconv.ParseFloat (#59) 2019-12-02 22:01:36 -05:00
dhcp_lease_collector.go DHCP Lease Collector (#50) 2019-09-02 14:50:20 -04:00
dhcpv6_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
helper.go Fix validate that string is not empty before strconv.ParseFloat (#59) 2019-12-02 22:01:36 -05:00
interface_collector.go Handle empty properties when collecting interface metrics (#20) 2018-10-31 22:40:11 -04:00
ipsec_collector.go Create ipsec collector (#51) 2019-10-24 21:11:05 -04:00
monitor_collector.go [ci skip] monitor data for ethernet ports (#45) 2019-08-20 22:11:03 -04:00
optics_collector.go Added optical diagnostic metrics (#10) 2018-05-07 14:31:19 -04:00
poe_collector.go Fix validate that string is not empty before strconv.ParseFloat (#59) 2019-12-02 22:01:36 -05:00
pool_collector.go Fix routes collector to be compatible with latest RouterOS release (#66) 2020-02-03 21:33:02 -05:00
resource_collector_test.go fix uptime regex and lazy coding for #34 (#35) 2019-02-21 22:39:25 -05:00
resource_collector.go Fix routes collector to be compatible with latest RouterOS release (#66) 2020-02-03 21:33:02 -05:00
routeros_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
routes_collector.go Fix routes collector to be compatible with latest RouterOS release (#66) 2020-02-03 21:33:02 -05:00
w60g_collector.go w60g Interface collector (#63) 2019-12-26 13:20:24 -05:00
wlanif_collector.go Fix validate that string is not empty before strconv.ParseFloat (#59) 2019-12-02 22:01:36 -05:00
wlansta_collector.go Fix validate that string is not empty before strconv.ParseFloat (#59) 2019-12-02 22:01:36 -05:00