Hi,
I’m trying to configure log monitoring and working on a triggers setup. It seems to be working fine if I know what my regexp or str is, but I want to be notified about ANY new entries in my log file without specifying the string. Basically, I need a regexp for any string which will work with zabbix expression function. I tried to use (.*) and it doesn’t work as I expected.
{Log Server:log[/var/log/zabbixls/messages].regexp(.*)}=1
Thanks for any help…
I’m trying to configure log monitoring and working on a triggers setup. It seems to be working fine if I know what my regexp or str is, but I want to be notified about ANY new entries in my log file without specifying the string. Basically, I need a regexp for any string which will work with zabbix expression function. I tried to use (.*) and it doesn’t work as I expected.
{Log Server:log[/var/log/zabbixls/messages].regexp(.*)}=1
Thanks for any help…
Comment