I'm a new user to Zabbix. I'm trying to get log monitoring to work with Zabbix 2.0.4. I want to see trends for "ERROR" occurrences in a tomcat app log file. I've created an item for the host of type "Zabbix agent (active)", with a key of "log[/var/tom8080/logs/app,ERROR]", a "type of information" of "Log" and status enabled.
I've confirmed that the Zabbix agent user has read access to the log file and that "hostname" is properly set in the zabbix_agentd.conf file on the host where the log file resides.
I have confirmed that there are ERROR instances in the log file and I can send requests that generate new ERROR entries. Despite all this, when I view a graph of the item for the host there is no data. What am I missing?
I've confirmed that the Zabbix agent user has read access to the log file and that "hostname" is properly set in the zabbix_agentd.conf file on the host where the log file resides.
I have confirmed that there are ERROR instances in the log file and I can send requests that generate new ERROR entries. Despite all this, when I view a graph of the item for the host there is no data. What am I missing?
Comment