Thomas Stephen Lee
2022-Mar-25 06:03 UTC
[CentOS] CentOS Linux Notifications for any changes in files or folders
On Thu, Mar 24, 2022 at 10:40 PM Kaushal Shriyan <kaushalshriyan at gmail.com> wrote:> > On Thu, Mar 24, 2022 at 2:34 PM Roberto Ragusa <mail at robertoragusa.it> > wrote: > > > On 3/22/22 6:13 AM, Frank Cox wrote: > > > On Tue, 22 Mar 2022 10:12:30 +0530 > > > Kaushal Shriyan wrote: > > > > > >> Please guide and suggest. Thanks in advance. > > > > > > man inotify > > > > and > > > > man incron > > > > > > -- > > Roberto Ragusa mail at robertoragusa.it > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > Thanks Roberto and Frank for the response !!! Is there a way to notify it > via email? Any examples? Thanks in advance. > > Best Regards, > > Kaushalhttps://www.unixmen.com/how-to-monitor-filesystem-events-with-incron/ --- Lee
Kaushal Shriyan
2022-Apr-26 19:05 UTC
[CentOS] CentOS Linux Notifications for any changes in files or folders
Hi Lee, Thanks for sharing the link https://www.unixmen.com/how-to-monitor-filesystem-events-with-incron/. However I am receiving multiple emails (more than 1 email) while accessing the /var/www/html/prodsys.cert file. Am i missing something as per the below incrontab -l output /var/www/html/prodsys.cert IN_ALL_EVENTS printf "Subject: Prod Public Certificate file Monitoring\n\n prodsys.cert Certificate file in /var/www/html/ directory has been accessed in https://dev.internalcraft.com <https://hsbcidpdev.digitalapicraft.com/> " | /usr/sbin/ssmtp -vvv user at xxxxxxxxx.com >> /tmp/ic.log 2>&1 Please guide me. Thanks in advance. Best Regards, Kaushal On Fri, Mar 25, 2022 at 11:35 AM Thomas Stephen Lee <lee.iitb at gmail.com> wrote:> On Thu, Mar 24, 2022 at 10:40 PM Kaushal Shriyan > <kaushalshriyan at gmail.com> wrote: > > > > On Thu, Mar 24, 2022 at 2:34 PM Roberto Ragusa <mail at robertoragusa.it> > > wrote: > > > > > On 3/22/22 6:13 AM, Frank Cox wrote: > > > > On Tue, 22 Mar 2022 10:12:30 +0530 > > > > Kaushal Shriyan wrote: > > > > > > > >> Please guide and suggest. Thanks in advance. > > > > > > > > man inotify > > > > > > and > > > > > > man incron > > > > > > > > > -- > > > Roberto Ragusa mail at robertoragusa.it > > > _______________________________________________ > > > CentOS mailing list > > > CentOS at centos.org > > > https://lists.centos.org/mailman/listinfo/centos > > > > > > Thanks Roberto and Frank for the response !!! Is there a way to notify > it > > via email? Any examples? Thanks in advance. > > > > Best Regards, > > > > Kaushal > > https://www.unixmen.com/how-to-monitor-filesystem-events-with-incron/ > > --- > Lee > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >