Zabbix agent v2.2.1 - Centos 6.5
Zabbix server v2.2.3 - Centos 6.5
On the client when I run the test below is provides the expected output.
However when I create an item on the server and use the same key the item becomes 'not supported'. Logs on client show
Update: File permission on the client are 644 and selinux is disabled.
Any ideas what could be causing this?
Zabbix server v2.2.3 - Centos 6.5
On the client when I run the test below is provides the expected output.
Code:
zabbix_agentd -t "vfs.file.time[/var/lib/puppet/state/last_run_summary.yaml,modify]"
Code:
Sending back [ZBX_NOTSUPPORTED]
Any ideas what could be causing this?
Comment