Wes Hardaker wrote: > > >>>>> On Tue, 27 Jul 2004 12:08:22 -0400, [EMAIL PROTECTED] said: > > cnelson> AgentX master agent failed to respond to ping. Attempting to > cnelson> re-register. > > cnelson> Does that suggest that snmpd is too busy to respond and my > cnelson> sub-agent is OK? > > It means that something has gone wrong. Determine exactly what, on > the other hand, is a bit more tricky. It could be busy. It could be > in a bad "state". It could have died and restarted? It could...
Adding signal(SIGPIPE, SIG_IGN); to my sub-agent helped a lot. snmpd seems to get busy for a while then get back to talking to the sub-agent. Without the signal handler, my subagent died before snmpd could get back to it. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
