Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 Changes in this version + var NameToOid = make(map[string]string) + type Data struct + Instance string + MaxRepetition uint8 + Name string + Oid string + Unit string + type Host struct + Address string + Collect []string + Community string + GetOids []string + Retries int + Timeout float64 + Version int + func (h *Host) GetSNMPClient() (*gosnmp.GoSNMP, error) + func (h *Host) HandleResponse(oids map[string]Data, result *gosnmp.SnmpPacket, acc inputs.Accumulator) (string, error) + func (h *Host) SNMPBulk(acc inputs.Accumulator) error + func (h *Host) SNMPGet(acc inputs.Accumulator) error + type Node struct + type Snmp struct + Bulk []Data + Get []Data + Host []Host + SnmptranslateFile string + func (s *Snmp) Description() string + func (s *Snmp) Gather(acc inputs.Accumulator) error + func (s *Snmp) SampleConfig() string