snmpm_conf

snmpm_conf

Module

snmpm_conf

Module summary

Utility functions for handling the manager config files.

Description

The module snmpm_conf contains various utility functions to used for manipulating (write/append/read) the config files of the SNMP manager.

Exports

manager_entry(Tag, Val) -> manager_entry()

Types:

Tag = address | port | engine_id | max_message_size
Val = term()
manager_entry() = term()

Create an entry for the manager config file, manager.conf.

The type of Val depends on the value of Tag, see Manager Information for more info.

write_manager_config(Dir, Conf) -&g