Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FritzBox ¶
type FritzBox struct {
Devices [][]string `toml:"devices"`
Timeout int `toml:"timeout"`
TLSSkipVerify bool `toml:"tls_skip_verify"`
GetDeviceInfo bool `toml:"get_device_info"`
GetWLANInfo bool `toml:"get_wlan_info"`
GetWANInfo bool `toml:"get_wan_info"`
GetDSLInfo bool `toml:"get_dsl_info"`
GetPPPInfo bool `toml:"get_ppp_info"`
GetMeshInfo []string `toml:"get_mesh_info"`
GetMeshClients bool `toml:"get_mesh_clients"`
MeshClientTypes []string `toml:"mesh_client_types"`
FullQueryCycle int `toml:"full_query_cycle"`
Debug bool `toml:"debug"`
Log telegraf.Logger
// contains filtered or unexported fields
}
func NewFritzBox ¶
func NewFritzBox() *FritzBox
func (*FritzBox) Description ¶
func (*FritzBox) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.