Matt Wang
Matt Wang
According to http://www.rsyslog.com/doc/master/configuration/properties.html, `fromhost` and `fromhost-ip` should be general properties, however, when I use them in a template for imfile module, they are expanded to empty. Is this a known...
This fixes #112. We do not care about the exit status from child process anyway. Verified with python 2.7.5. ``` % ./python2/pyinotify.py -e IN_MODIFY -f /tmp/input.log -c 'sleep 1' &...
Should call `wait()` for the forked process. ``` % touch /tmp/input.log % /bin/pyinotify -e IN_MODIFY -f /tmp/input.log -c 'sleep 1' & sleep 2; echo foo > /tmp/input.log [1] 27363 %...
OffsetOutOfRange error can also happen when the returned offset is a positive number but corresponding messages started from the offset were retentioned