pmcdaid
Jr. Member

Karma: 0
Offline
Posts: 12
|
 |
« Reply #2 on: March 18, 2010, 06:02:48 AM » |
|
After digging around, I found that, in fact, the new 3.0 package buffer feature does provide the capability of caching modules at the agent until the communication is reestablished with the server. If communication to the server is reestablished when performing a subsequent agent polling of module values, the cached modules will also be forwarded with their respective timestamps. As I suggested in the earlier message, setting the xml_buffer value in the pandora_agent.conf file establishes the buffering behavior in the agent.
After working with this capability, I have come to find out it does not work quite right yet. I will submit a defect that provides the details. It seems the agent code is not properly recognizing that the xml files sent to the server are failing to arrive. The agent is assuming success and deleting the buffered xml files. I suspect his may have to do with the error handling with the Tentacle calls.
-Pat
|