Hello
I want to monitor log files where the filename contains a date.
These are the files I want to monitor:
e:\LOGS\PVCCPlus\...\20191029\20191029_PS.txt (29/10/2019)
e:\LOGS\PVCCPlus\...\20191028\20191028_PS.txt (28/10/2019)
e:\LOGS\PVCCPlus\...\20191027\20191027_PS.txt ...
e:\LOGS\PVCCPlus\...\20191026\20191026_PS.txt
What are the possibilities to monitor such files?
Can I use a macro in my regular expression to match that date? Or how should the regular expression look?
Can I use the logrt item key for that?
I am using Zabbix version 4.0.13 on a Ubuntu VM (18.04.3).
Thanks for any help!
I want to monitor log files where the filename contains a date.
These are the files I want to monitor:
e:\LOGS\PVCCPlus\...\20191029\20191029_PS.txt (29/10/2019)
e:\LOGS\PVCCPlus\...\20191028\20191028_PS.txt (28/10/2019)
e:\LOGS\PVCCPlus\...\20191027\20191027_PS.txt ...
e:\LOGS\PVCCPlus\...\20191026\20191026_PS.txt
What are the possibilities to monitor such files?
Can I use a macro in my regular expression to match that date? Or how should the regular expression look?
Can I use the logrt item key for that?
I am using Zabbix version 4.0.13 on a Ubuntu VM (18.04.3).
Thanks for any help!
Comment