Hello!

I am playing around with NET-SNMP library... and just what to know subj.

My code looks like the tutorial one (see section TUT:Writing a Subagent,
http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent):

int main() {

...
 netsnmp_ds_set_boolean(NETSNMP_DS_APPLICATION_ID, NETSNMP_DS_AGENT_ROLE,
TRUE);
 netsnmp_ds_set_boolean(NETSNMP_DS_LIBRARY_ID,
NETSNMP_DS_LIB_DONT_PERSIST_STATE, TRUE);
 netsnmp_ds_set_int(NETSNMP_DS_APPLICATION_ID,
NETSNMP_DS_AGENT_AGENTX_PING_INTERVAL, 100);

 netsnmp_ds_set_string(NETSNMP_DS_APPLICATION_ID, NETSNMP_DS_AGENT_X_SOCKET,
"udp:192.168.89.130:705");

 init_agent("event_example");
 init_snmp("event_example");

...

return EXIT_SUCCESS;

}

inside call of init_snmp, subagent tries to connect to master agent. Here
connection can be fail.

What right way to know about that fail?

Thanks in advance!
-- 
/BR, Alexander
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to