kinds

package
v0.0.0-...-d77c4b8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2024 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var APCFTP = "apcftp"

APCFTP is a kind that pulls configuration from APC rPDUs over FTP

View Source
var ErrLoginFailed = errors.New("login failed")
View Source
var ErrNoSuchKind = errors.New("no such kind of device")
View Source
var Everunready = "everunready"

Loopback is a virtual device that just echoes back what it's given

View Source
var Loopback = "loopback"

Loopback is a virtual device that just echoes back what it's given

View Source
var NetgearSmart = "netgear_smart"

NetgearSmart is for netgear smart switches

View Source
var RouterOS = "routeros"

RouterOS is for mikrotik routeros things

View Source
var SWOS = "swos"

SWOS is a kind that polls Mikrotik SWOS devices

View Source
var XOS = "xos"

XOS is for ExtremeXOS switches

Functions

func Fetch

func Fetch(ctx context.Context, kind string, device string, user string,
	pass string, reserved interface{}) (io.ReadCloser, error)

Types

type FetchFunc

type FetchFunc func(ctx context.Context, device string, user string, pass string, reserved interface{}) (io.ReadCloser, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL