mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2025-02-07 23:31:35 +01:00
parent
d723fdfe38
commit
8578c271bb
@ -13,7 +13,7 @@ type Config struct {
|
||||
Features struct {
|
||||
BGP bool `yaml:"bgp,omitempty"`
|
||||
DHCP bool `yaml:"dhcp,omitempty"`
|
||||
DHCPL bool `yaml:"dhcpl,omitemptu"`
|
||||
DHCPL bool `yaml:"dhcpl,omitempty"`
|
||||
DHCPv6 bool `yaml:"dhcpv6,omitempty"`
|
||||
Routes bool `yaml:"routes,omitempty"`
|
||||
POE bool `yaml:"poe,omitempty"`
|
||||
@ -34,7 +34,7 @@ type Device struct {
|
||||
Srv SrvRecord `yaml:"srv,omitempty"`
|
||||
User string `yaml:"user"`
|
||||
Password string `yaml:"password"`
|
||||
Port string `yaml:"port"`
|
||||
Port string `yaml:"port"`
|
||||
}
|
||||
|
||||
type SrvRecord struct {
|
||||
|
Loading…
Reference in New Issue
Block a user