I'm running into an issue that seems consistent across many servers.
In attempting to setup an Item that does something like the following:
it does an initial scan of the file but after that it does not record any changes made to the file.
I tried changing the Item then to the following:
and changed the trigger to the following:
Still the Latest Data is showing it is not updating past the initial update.
Nothing in the setup seems to be wrong so I'm thinking it's an issue with how our Windows servers are permissioned. The file has to be accessible by the agent as it reads it the first time.
In all these examples data is not appending to the file it is merely replacing what is in the log file.
In attempting to setup an Item that does something like the following:
HTML Code:
log[D:\Application\Log\file.log,FAILED]
I tried changing the Item then to the following:
HTML Code:
log[D:\Application\Log\file.log]
HTML Code:
{Template:log[D:\Application\Log\file.log].str("FAILED")}=1
Nothing in the setup seems to be wrong so I'm thinking it's an issue with how our Windows servers are permissioned. The file has to be accessible by the agent as it reads it the first time.
In all these examples data is not appending to the file it is merely replacing what is in the log file.
Comment