127128129130131132133
","+org.snmp4j.version.VersionInfo.getVersion()+ "]"+ " - "+System.getProperty("os.name","")+ " - "+System.getProperty("os.arch")+ " - "+System.getProperty("os.version")); agentX = new AgentX(new AgentXMessageDispatcherImpl()); }
142143144145146147148
ThreadPool.create("AgentXMasterAgent", 3), null, new DefaultMOPersistenceProvider(servers, configFile.getPath()), new EngineBootsCounterFile(bootCounterFile)); agentX = new AgentX(new AgentXMessageDispatcherImpl()); }