start_sub_sup(Opts) -> {ok, pid()} | {error, {already_started, pid()}} | {error, Reason}
Types
Opts = [opt()]opt() = {db_dir, string()} | ...Starts a supervisor for the SNMP agent system without a master agent. The supervisor starts all involved SNMP processes, but no agent processes. Sub-agents should be started by calling start_sub_agent/3.
db_dir is mandatory.
See configuration parameters for a description of the options.