I have installed zabbix server2.2.3 on ubuntu virtual box machine and zabbix agent2.2.1 in windows host.
I want to a monitor a windows log file in zabbix server.
When i configure a log item on server with key log[C:\zabbix\test.log,time] it works.It gives the lines containing the word "time".
I want to pick a number in that particular line. So i want to use the output parameter.
But if i give the log key as log[C:\zabbix\test.log,"prerender() timetaken
[0-9]+)",,,,\1] it does not work.
Zabbix agent does not show any error.In Zabbix server the LatestData does not get updated if i giv this key.
Please help me on this.Any other changes needs to be done,to make this work
I want to a monitor a windows log file in zabbix server.
When i configure a log item on server with key log[C:\zabbix\test.log,time] it works.It gives the lines containing the word "time".
I want to pick a number in that particular line. So i want to use the output parameter.
But if i give the log key as log[C:\zabbix\test.log,"prerender() timetaken
[0-9]+)",,,,\1] it does not work.Zabbix agent does not show any error.In Zabbix server the LatestData does not get updated if i giv this key.
Please help me on this.Any other changes needs to be done,to make this work

Comment