I configured the path to monitor in real time.
<!-- Directories to check (perform all possible verifications) -->
<directories>/etc,/usr/bin,/usr/sbin</directories>
<directories>/bin,/sbin,/boot</directories>
<directories>/var/www</directories>
but, when I set it to exclude subdirectories, the service does not start.
<!-- Files/directories to ignore -->
<ignore>/etc/mtab</ignore>
<ignore>/etc/hosts.deny</ignore>
<ignore>/etc/mail/statistics</ignore>
<ignore>/etc/random-seed</ignore>
<ignore>/etc/random.seed</ignore>
<ignore>/etc/adjtime</ignore>
<ignore>/etc/httpd/logs</ignore>
<ignore>/etc/utmpx</ignore>
<ignore>/etc/wtmpx</ignore>
<ignore>/etc/cups/certs</ignore>
<ignore>/etc/dumpdates</ignore>
<ignore>/etc/svc/volatile</ignore>
<ignore>/var/www/SITE1/storage/framework/cache<ignore>
<ignore>/var/www/SITE2/storage/framework/cache<ignore>
<ignore>/var/www/SITE3/storage/framework/cache<ignore>
<ignore>/var/www/SITE4/storage/framework/cache/data<ignore>
<ignore>/etc/unified-monitoring-agent<ignore>
I need these paths to not be monitored, any ideas on how to do this?
<ignore>/var/www/SITE1/storage/framework/cache<ignore>
<ignore>/var/www/SITE2/storage/framework/cache<ignore>
<ignore>/var/www/SITE3/storage/framework/cache<ignore>
<ignore>/var/www/SITE4/storage/framework/cache/data<ignore>