aboutsummaryrefslogblamecommitdiffstats
path: root/lib/snmp/test/test_config/agent/standard.conf.src
blob: 31e04e76950d267f9b990571d17cbb693f0b614a (plain) (tree)
1
2
3
4
5
6
7





                                           
                                       






                                    




                                             
                                  
                                      
%% 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%"}.