I am trying to monitor log files in zabbix 1.4.1, but the front end does not show anything.
There is only one message thrown at zabbix server log file.
Timeout while answering request
Everything else from the agent is working fine.
I am using the following tutorial as mentioned in Zabbix Documentation.
Type Must be set to 'ZABBIX Agent (active)'.
Key Must be set to 'log[file<,regexp>]'.
For example: log[/var/log/syslog], log[/var/log/syslog,error]
Make sure that the file has read permissions for user 'zabbix' otherwise the item status will be set to 'unsupported'.
ZABBIX agent will filter entries of log file by the regexp if present.
Type of information Must be set to 'log'.
Update interval (in sec) The parameter defines how often ZABBIX Agent will check for any changes in the log file. Normally must be set to 1 second in order to get new records as soon as possible.
Suggestions would be appreciated!
There is only one message thrown at zabbix server log file.
Timeout while answering request
Everything else from the agent is working fine.
I am using the following tutorial as mentioned in Zabbix Documentation.
Type Must be set to 'ZABBIX Agent (active)'.
Key Must be set to 'log[file<,regexp>]'.
For example: log[/var/log/syslog], log[/var/log/syslog,error]
Make sure that the file has read permissions for user 'zabbix' otherwise the item status will be set to 'unsupported'.
ZABBIX agent will filter entries of log file by the regexp if present.
Type of information Must be set to 'log'.
Update interval (in sec) The parameter defines how often ZABBIX Agent will check for any changes in the log file. Normally must be set to 1 second in order to get new records as soon as possible.
Suggestions would be appreciated!
Comment