Hello all,
I'm having some trouble with the win32 agent from the 1.1.3 build.
Today the agent was using very much cpu utilization (between 50% and 80%), it was doing this since Saturday morning.
A look in the log file showed the following:
So we tried to restart the service. It came up, but less than a minute later it crashed. We tried this a couple of times without any luck.
When looking in the temp directory on this machine i saw that there were 62000+ zbxXXXX.tmp files in this directory. That is probably about the limit of files one can put in a directory on an NTFS filesystem.
Removing the files deed indeed solve the crashing of the agent.
However, the agent is generating a bizarre amount of tmp files again. I'm on 509 files at this moment already.
To me it seems that these files are used to store values that were returned by a user parameter script.
Does anybody have an idea why the agent doesn't remove these files automatically?
Thanks in advance,
I'm having some trouble with the win32 agent from the 1.1.3 build.
Today the agent was using very much cpu utilization (between 50% and 80%), it was doing this since Saturday morning.
A look in the log file showed the following:
Code:
[20-Nov-2006 15:33:34] Unable to create temporary file: The process cannot access the file because it is being used
When looking in the temp directory on this machine i saw that there were 62000+ zbxXXXX.tmp files in this directory. That is probably about the limit of files one can put in a directory on an NTFS filesystem.
Removing the files deed indeed solve the crashing of the agent.
However, the agent is generating a bizarre amount of tmp files again. I'm on 509 files at this moment already.
To me it seems that these files are used to store values that were returned by a user parameter script.
Does anybody have an idea why the agent doesn't remove these files automatically?
Thanks in advance,
Comment