aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test/test_config/agent/standard.conf.src
blob: 31e04e76950d267f9b990571d17cbb693f0b614a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%% This file defines the STANDARD-MIB info.
%% Each row is a 2-tuple:
%% {StandardVariable, Value}.
%% For example
%% {sysDescr, "Erlang SNMP agent"}.
%% {sysObjectID, [1,2,3]}.
%% {sysContact, "[email protected]"}.
%% {sysName, "test"}.
%% {sysLocation, "erlang"}.
%% {sysServices, 72}.
%% {snmpEnableAuthenTraps, enabled}.
%%


{sysDescr,              "Erlang SNMP agent"}.
{sysObjectID,           [1,2,3]}.
{sysContact,            "%SYS_CONTACT%"}.
{sysLocation,           "%SYS_LOCATION%"}.
{sysServices,           72}.
{snmpEnableAuthenTraps, disabled}.
{sysName,               "%SYS_NAME%"}.