I've tried searching the forms for a solution to my issue but have not been able to find a resolution.
I have a new install of zabbix server 2.06 and many agent hosts up and running properly but I'm not able to monitor log files.
Here are the settings to for zabbix_agentd.conf: (comments removed)
I'm testing from the zabbix host server the following command:
zabbix_get -s Host123 -k log["/var/log/zabbix/zabbix_agentd.log","error"]
I've also testing with ' in place of " and also:
zabbix_get -s Host123 -k log[/var/log/zabbix/zabbix_agentd.log,"error",0,1000]
All tests return: ZBX_NOTSUPPORTED
On the client host I ran:
root@Host123:~# zabbix_agentd -V
Zabbix Agent (daemon) v2.0.6 (revision 35158) (22 April 2013)
Compilation time: Apr 29 2013 06:38:04
I seem to be stuck and unable to resolve this.
Any help would be appreciated!
-Glen
I have a new install of zabbix server 2.06 and many agent hosts up and running properly but I'm not able to monitor log files.
Here are the settings to for zabbix_agentd.conf: (comments removed)
Code:
PidFile=/var/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix/zabbix_agentd.log LogFileSize=0 DebugLevel=4 EnableRemoteCommands=1 Server=10.30.50.50 StartAgents=3 ServerActive=10.30.50.50:20051 Hostname=Host123 #HostnameItem=system.hostname Include=/etc/zabbix/zabbix_agentd.d/
zabbix_get -s Host123 -k log["/var/log/zabbix/zabbix_agentd.log","error"]
I've also testing with ' in place of " and also:
zabbix_get -s Host123 -k log[/var/log/zabbix/zabbix_agentd.log,"error",0,1000]
All tests return: ZBX_NOTSUPPORTED
On the client host I ran:
root@Host123:~# zabbix_agentd -V
Zabbix Agent (daemon) v2.0.6 (revision 35158) (22 April 2013)
Compilation time: Apr 29 2013 06:38:04
I seem to be stuck and unable to resolve this.
Any help would be appreciated!
-Glen
Comment