Hello,
I have a question about exclude list for logs monitoring.
Zabbix has a trigger:
{hostname_1:logrt["/mnt/data/log/^log_[0-9]{8}_[0-9]{9}.log$","FAIL|ERR|Missing the connection param IP","UTF-8",10].nodata(120)}#1
Such kind of trigger will send all notifications, which contains, for example, "ERR". But I want to exclude unwanted alerts, which looks like:
- ERR ...... .... Connection closed [gfix_session_inst
- ERR ...... .... is not logged on yet
- ERR ...... .... on_logon_request
How to create such kind of exclude list?
Thanks in advance!
I have a question about exclude list for logs monitoring.
Zabbix has a trigger:
{hostname_1:logrt["/mnt/data/log/^log_[0-9]{8}_[0-9]{9}.log$","FAIL|ERR|Missing the connection param IP","UTF-8",10].nodata(120)}#1
Such kind of trigger will send all notifications, which contains, for example, "ERR". But I want to exclude unwanted alerts, which looks like:
- ERR ...... .... Connection closed [gfix_session_inst
- ERR ...... .... is not logged on yet
- ERR ...... .... on_logon_request
How to create such kind of exclude list?
Thanks in advance!
Comment