Hi everyone,
I'm facing a little strange problem, which I'm going to describe:
The environment: Zabbix 2.4.7 on a Centos 6.5 X64 server
The client: Windows Server 2008 R2, with zabbix precompiled client, version 2.4
The situation: I have been asked to monitor some log files, which has been successful. It has been requested to check if a specific text appears in those log files.
In the mentioned client we are monitoring 22 log files. In total, among the 22 files there are 79 items of log type.
From those 79 items, only 44 are properly working, the other 36 items are in status "not supported". The detail for those items is "ZBX_NOTSUPPORTED".
The detail for the items goes as follows:
The differences in the all the 79 items are only the path of the file and the text string to search. I have checked and double checked the paths and the text strings and I'm sure that are fine.
Trying to find where the problem could be, I have disabled the items that are working fine, but this don't have effect on the "not supported items".
The most strange thing is that despite the fact that some items are in status "not supported", those items shows in their history the proper frecuency and the data collected at the expected frequency. This shouldn't be a problem, you could say that I could live with that, but the status "not supported" does not allow the triggers for those items to work properly.
The configuration of the client is as follows:
LogFile=c:\zabbix\tmp\zabbix_agentd.log
DebugLevel=3
EnableRemoteCommands=1
Server=10.1.7.192
StartAgents=20
ServerActive=10.1.7.192
Hostname=TDP_SRVSSZEUS
RefreshActiveChecks=120
BufferSize=200
MaxLinesPerSecond=300
Timeout=30
Thank you for taking the time to read this post, and I will appreciate so much any suggestion.
I'm facing a little strange problem, which I'm going to describe:
The environment: Zabbix 2.4.7 on a Centos 6.5 X64 server
The client: Windows Server 2008 R2, with zabbix precompiled client, version 2.4
The situation: I have been asked to monitor some log files, which has been successful. It has been requested to check if a specific text appears in those log files.
In the mentioned client we are monitoring 22 log files. In total, among the 22 files there are 79 items of log type.
From those 79 items, only 44 are properly working, the other 36 items are in status "not supported". The detail for those items is "ZBX_NOTSUPPORTED".
The detail for the items goes as follows:
Code:
Type: Zabbix agent (active) Key: log[C:\Tivoli\TSM\TDPSql\sqlfullsched_balandu.log,"model completed successfully",,100] Type of Information: log
Trying to find where the problem could be, I have disabled the items that are working fine, but this don't have effect on the "not supported items".
The most strange thing is that despite the fact that some items are in status "not supported", those items shows in their history the proper frecuency and the data collected at the expected frequency. This shouldn't be a problem, you could say that I could live with that, but the status "not supported" does not allow the triggers for those items to work properly.
The configuration of the client is as follows:
LogFile=c:\zabbix\tmp\zabbix_agentd.log
DebugLevel=3
EnableRemoteCommands=1
Server=10.1.7.192
StartAgents=20
ServerActive=10.1.7.192
Hostname=TDP_SRVSSZEUS
RefreshActiveChecks=120
BufferSize=200
MaxLinesPerSecond=300
Timeout=30
Thank you for taking the time to read this post, and I will appreciate so much any suggestion.