aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/priv/conf/manager/users.conf
blob: 8f3abe74d227d5cabb924b3ca6c9bd0f0e30024f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%% users.conf
%%
%% Configuration for each user the manager shall handle.
%%
%% {UserId, UserMod, UserData}
%%
%% UserId   -> User identity of "manager entity" responsible for this 
%%             agent: term()
%% UserMod  -> Module implementing the snmpm_user behaviour: atom() 
%% UserData -> Generic data passed on to the user when calling any
%%             of the callback functions: term()
%%
{user_id_1,   snmpm_user_default, undefined}.
{"user_id_2", snmpm_user_default, []}.