leo_statistics_snmpm

The SNMP manager.

References

Description

The SNMP manager

Function Index

start/1 Start the snmpm.
walk/4 Retrieve value from SNMPA.

Function Details

start/1

start(Node) -> ok

  • Node = atom()

Start the snmpm

walk/4

walk(Node, Address, Port, Oid) -> {ok, #snmpa_value{}}

  • Node = atom()
  • Address = string()
  • Port = pos_integer()
  • Oid = [non_neg_integer()]

Retrieve value from SNMPA