Hi All,
I have created an item in Zabbix (active agent type) with the type of information set to log. This is an agent running in a linux environment.
The item actually search the keyword "FATAL" in a log file and if the keyword is found then an alert is being sent.
The item and trigger used to work in the past but today I was testing all the alerts and found this item is not working anymore.
The item key is -> log["/var/log/server.log","FATAL"]
Server log has read permissions ( -rw-r--r-- )
Trigger expression -> {server_Template:log["/var/log/server.log","FATAL"].nodata(600)}#1
I can't see any data under monitoring / lastest data for that item...
Port 10051 is open on the server side to accept active agents data.
Can anyone please advise ?
I have created an item in Zabbix (active agent type) with the type of information set to log. This is an agent running in a linux environment.
The item actually search the keyword "FATAL" in a log file and if the keyword is found then an alert is being sent.
The item and trigger used to work in the past but today I was testing all the alerts and found this item is not working anymore.
The item key is -> log["/var/log/server.log","FATAL"]
Server log has read permissions ( -rw-r--r-- )
Trigger expression -> {server_Template:log["/var/log/server.log","FATAL"].nodata(600)}#1
I can't see any data under monitoring / lastest data for that item...
Port 10051 is open on the server side to accept active agents data.
Can anyone please advise ?