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