[AGENT++] Problem with constant pooling from the WINS!

Jochen Katz katz at agentpp.com
Tue Jun 22 23:30:34 CEST 2004


Hi,

> Since the beginning of the use of the Agent++ SNMP agent, I have to
> deal with these outputs. Basically, every few seconds (changing
> between 2 and 15), my agent has a communication with our WINS server
> (IP address is 10.4.0.27).

To disable the snmp++ messages use debug_set_level(0).

agent++ messages can be reduced through the following calls:

         DefaultLog::log()->set_filter(ERROR_LOG, 5);
         DefaultLog::log()->set_filter(WARNING_LOG, 5);
         DefaultLog::log()->set_filter(EVENT_LOG, 1);
         DefaultLog::log()->set_filter(INFO_LOG, 5);
         DefaultLog::log()->set_filter(DEBUG_LOG, 0);

Regards,
   Jochen



More information about the AGENTPP mailing list