Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AliveIp = map[string]bool{} AliveIpLock = sync.RWMutex{} )
View Source
var Collectors = []func(chan *model.MetricValue){ SwIfMetrics, CpuMemMetrics, PingMetrics, CustomMetrics, }
Functions ¶
func CpuMemMetrics ¶
func CpuMemMetrics(ch chan *model.MetricValue)
func CustomMetrics ¶
func CustomMetrics(ch chan *model.MetricValue)
func ExpandIpRanges ¶
func PingMetrics ¶
func PingMetrics(ch chan *model.MetricValue)
func ReverseLookup ¶
func StartCollect ¶
func StartCollect()
func SwIfMetrics ¶
func SwIfMetrics(ch chan *model.MetricValue)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.