Watch actions in directories
Path to one or more directories/files. If there are more directories/files, separate them by ,
e.g. /home, /var
Specifies the action
Specifies the path of a file, where the action was performed
Can be empty
Specifies the path of the directory, where the action was performed
Can be empty
Specifies the type, on which the action was performed
Can be empty
Description for the payloads
IN_ACCESS
File was accessedIN_ATTRIB
Metadata changedIN_CLOSE_WRITE
File opend for writing was closedIN_CLOSE_NOWRITE
File or directory not opened for writing was closedIN_CREATE
File or directory in watched directory createdIN_DELETE
File or directory in watched directory deletedIN_DELETE_SELF
Watched file or directory deletedIN_MODIFY
File was modifiedIN_MOVE_SELF
Watched file or directory was movedIN_MOVE_FROM
Generated for the directory containing the old filename when a file is renamed. Is also generated, when a file is movedIN_MOVE_TO
Generated for the directory containing the new filename when a file is renamed. Is also generated, when a file is movedIN_OPEN
File or directory was opened