bosun.org@v0.0.0-20210513094433-e25bc3e69a1f/snmp/snmp_test.go (about)

     1  // +build ignore
     2  
     3  package snmp
     4  
     5  const (
     6  	stringType    = "SNMPv2-MIB::sysDescr.0"
     7  	oidType       = "SNMPv2-MIB::sysObjectID.0"
     8  	timeticksType = "HOST-RESOURCES-MIB::hrSystemUptime.0"
     9  	counter32Type = "IF-MIB::ifOutOctets.1"
    10  	counter64Type = "IF-MIB::ifHCOutOctets.1"
    11  	gauge32Type   = "IF-MIB::ifSpeed.1"
    12  )