- 
    Incident report 
- 
    Resolution: Unresolved
- 
    Trivial 
- 
    None
- 
    2.2.17
The problem is observed in the following situation 
 Case-I (agent restarted)
 1. Create a log file.
- echo abcd > /tmp/logtest/f1
 2. Create item "logrt[/tmp/logtest/f1]" and begin monitoring,
 string "abcd" registered in history.
 3. Stop the agent.
- service zabbix-agent stop
 4. Update 'mtime' of the log file.
- touch /tmp/logtest/f1
 5. Restart the agent.
- service zabbix-agent start
 No string registered in history.
 6. Append string to the log file.
 string "XYZ" registered in history.
- echo XYZ >> /tmp/logtest/f1
Case-II (agent NOT restarted)
 1. Create a log file.
- echo abcd > /tmp/logtest/f1
 2. Create item "logrt[/tmp/logtest/f1]" and begin monitoring,
 string "abcd" registered in history.
 3. Update ''mtime' of the log file,
 string "abcd" registered again. (This action was reportedZBX-11407
- touch /tmp/logtest/f1
 4. Append string to the log file.
 string "XYZ" registered in history.
- echo XYZ >> /tmp/logtest/f1