isis

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCollector

func NewCollector() collector.RPCCollector

NewCollector creates a new collector

Types

type IsisAdjacencies

type IsisAdjacencies struct {
	Up    float64
	Total float64
}

type IsisAdjacenciesRpc

type IsisAdjacenciesRpc struct {
	InterfaceName  string `xml:"interface-name"`
	SystemName     string `xml:"system-name"`
	Level          int64  `xml:"level"`
	AdjacencyState string `xml:"adjacency-state"`
	Holdtime       int64  `xml:"holdtime"`
	SNPA           string `xml:"snpa"`
}

type IsisRpc

type IsisRpc struct {
	Information struct {
		Adjacencies []IsisAdjacenciesRpc `xml:"isis-adjacency"`
	} `xml:"isis-adjacency-information"`
}

Jump to

Keyboard shortcuts

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