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
Types
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.
Types
Write the manager config to the manager config file.
Dir
is the path to the directory where to store the config file.
Hdr
is an optional file header (note that this text is written to the file as is).
See Manager Information
for more info.
Types
Append the config to the current manager config file.
Dir
is the path to the directory where to store the config file.
See Manager Information
for more info.
Types
Read the current manager config file.
Dir
is the path to the directory where to store the config file.
See Manager Information
for more info.
Types
Create an entry for the manager users config file, users.conf
.
users_entry(UserId)
translates to the following call: users_entry(UserId, snmpm_user_default)
.
users_entry(UserId, UserMod)
translates to the following call: users_entry(UserId, UserMod, undefined)
.
See Users
for more info.
Types
Write the manager users config to the manager users config file.
Dir
is the path to the directory where to store the config file.
Hdr
is an optional file header (note that this text is written to the file as is).
See Users
for more info.
Types
Append the users config to the current manager users config file.
Dir
is the path to the directory where to store the config file.
See Users
for more info.
Types
Read the current manager users config file.
Dir
is the path to the directory where to store the config file.
See Users
for more info.
Types
Create an entry for the manager agents config file, agents.conf
.
See Agents
for more info.
Types
Write the manager agents config to the manager agents config file.
Dir
is the path to the directory where to store the config file.
Hdr
is an optional file header (note that this text is written to the file as is).
See Agents
for more info.
Types
Append the agents config to the current manager agents config file.
Dir
is the path to the directory where to store the config file.
See Agents
for more info.
Types
Read the current manager agents config file.
Dir
is the path to the directory where to store the config file.
See Agents
for more info.
Types
Create an entry for the agent community config file, community.conf
.
See Security data for USM
for more info.
Types
Write the manager usm config to the manager usm config file.
Dir
is the path to the directory where to store the config file.
Hdr
is an optional file header (note that this text is written to the file as is).
See Security data for USM
for more info.
Types
Append the usm config to the current manager usm config file.
Dir
is the path to the directory where to store the config file.
See Security data for USM
for more info.
Types
Read the current manager usm config file.
Dir
is the path to the directory where to store the config file.
See Security data for USM
for more info.
© 2010–2017 Ericsson AB
Licensed under the Apache License, Version 2.0.