When scanning directories recursively, the default behavior is to follow symbolic links. Often this is very useful, but it can cause problems if a symbolic link points to a large or slow filesystem. To control this behavior, simply do this:
followSymlink = false
It's probably a good idea to put this on all of your monitor stanzas until you know you need to follow a symbolic link.