[Erlang Systems]

snmp

MODULE

MODULE SUMMARY

DESCRIPTION

Common data types

EXPORTS

add_agent_caps(SysORID, SysORDescr) -> SysORIndex

c(File)
c(File,Options) -> {ok, BinFileName} | {error, Reason}

change_log_size(NewSize) -> ok | {error, Reason}

config() -> ok | {error, Reason}

current_address() -> {value, {IP, UDP}} | false

current_community() -> {value, Community} | false

current_context() -> {value, ContextName} | false

current_net_if_data() -> {value, NetIfData} | false

current_request_id() -> {value, RequestId} | false

date_and_time() -> DateAndTime

date_and_time_to_universal_time(DateAndTime) -> UTC

date_and_time_to_string(DateAndTime) -> string()

debug(Agent,Bool) -> void()

del_agent_caps(SysORIndex) -> void()

enum_to_int(Name,Enum) -> {value, Int} | false

get(Agent,Vars) -> Values | {error, Reason}

get_agent_caps() -> [[SysORIndex, SysORID, SysORDescr, SysORUpTime]]

info(Agent) -> [{Key, Value}]

int_to_enum(Name,Int) -> {value, Enum} | false

is_consistent(Mibs) -> ok | {error, Reason}

load_mibs(Agent,Mibs) -> ok | {error, Reason}

local_time_to_date_and_time(Local) -> DateAndTime

log_to_txt(LogDir, Mibs)
log_to_txt(LogDir, Mibs, OutFile) -> ok | {error, Reason}
log_to_txt(LogDir, Mibs, OutFile, LogName) -> ok | {error, Reason}
log_to_txt(LogDir, Mibs, OutFile, LogName, LogFile) -> ok | {error, Reason}

mib_to_hrl(MibName) -> ok | {error, Reason}

name_to_oid(Name) -> {value, oid()} | false

oid_to_name(OID) -> {value, Name} | false

register_subagent(Agent,SubTreeOid,Subagent) -> ok | {error, Reason}

send_notification(Agent,Notification,Receiver)
send_notification(Agent,Notification,Receiver,Varbinds)
send_notification(Agent,Notification,Receiver, NotifyName,Varbinds)
send_notification(Agent,Notification,Receiver, NotifyName,ContextName,Varbinds) -> void()

send_trap(Agent,Trap,Community)
send_trap(Agent,Trap,Community,Varbinds) -> void()

universal_time_to_date_and_time(UTC) -> DateAndTime

unload_mibs(Agent,Mibs) -> ok | {error, Reason}

unregister_subagent(Agent,SubagentOidOrPid) -> ok | {ok, SubAgentPid} | {error, Reason}

validate_date_and_time(DateAndTime) bool()

SEE ALSO

AUTHORS


snmp 3.1.2
Copyright © 1991-1999 Ericsson Utvecklings AB