I have a web application that generates log files for the various sites my company hosts and I'd like to monitor these logs. The Zabbix manual recommends regex with a trigger for log monitoring but a true/false view is way too simplistic for my needs.
I'd like Zabbix to report the following for each error in the log file:
Which site generated the error
The time at which the error occurred
Script name, line number, and version number
Requested URL
Actual error message
All of these items can be parsed from the log file but I don't know how to make Zabbix present the information. Is this even possible or is Zabbix? Is Zabbix capable of viewing list information of this sort?
I'd like Zabbix to report the following for each error in the log file:
Which site generated the error
The time at which the error occurred
Script name, line number, and version number
Requested URL
Actual error message
All of these items can be parsed from the log file but I don't know how to make Zabbix present the information. Is this even possible or is Zabbix? Is Zabbix capable of viewing list information of this sort?