For security reason I replaced the actual hostname in an log file to "hostname" <logfile> in the example below.
I am trying to set up log file monitoring. I am finding the following in the /var/log/zabbix/zabbix_server.log. I am running 2.2.3 of both the server and the agent.
7596:20140425:113915.822 item ["hostname":log[/var/log/<logfile>]] became not supported: ZBX_NOTSUPPORTED
Here is my configuration:
ITEM:
Name: Log Monitor
Type: Zabbix Agent (active)
Key: log[/var/log/####.log]
Type of information: Log
Update Interval: 10
History Storage Period: 7
TRIGGER:
Name: Log Monitoring Test
Expression: {Custom Linux Template:log[/var/log/####.log].str(TEST)}=1
Severity: Average
Enabled: checked.
I originally had the issue where I could not send list of active checks error and I got that resolved. Now I get the became not supported error and after looking through various search engine searches decided to post here to see if anyone can assist. I'm fairly new to Zabbix and have been learning via trial and error.
Thanks
Robert
I am trying to set up log file monitoring. I am finding the following in the /var/log/zabbix/zabbix_server.log. I am running 2.2.3 of both the server and the agent.
7596:20140425:113915.822 item ["hostname":log[/var/log/<logfile>]] became not supported: ZBX_NOTSUPPORTED
Here is my configuration:
ITEM:
Name: Log Monitor
Type: Zabbix Agent (active)
Key: log[/var/log/####.log]
Type of information: Log
Update Interval: 10
History Storage Period: 7
TRIGGER:
Name: Log Monitoring Test
Expression: {Custom Linux Template:log[/var/log/####.log].str(TEST)}=1
Severity: Average
Enabled: checked.
I originally had the issue where I could not send list of active checks error and I got that resolved. Now I get the became not supported error and after looking through various search engine searches decided to post here to see if anyone can assist. I'm fairly new to Zabbix and have been learning via trial and error.
Thanks
Robert
Comment