Ad Widget

Collapse

vfs.file.time unsupported on Centos 6.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Makihiko
    Junior Member
    • Oct 2010
    • 10

    #1

    vfs.file.time unsupported on Centos 6.5

    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.

    Code:
    zabbix_agentd -t "vfs.file.time[/var/lib/puppet/state/last_run_summary.yaml,modify]"
    However when I create an item on the server and use the same key the item becomes 'not supported'. Logs on client show
    Code:
    Sending back [ZBX_NOTSUPPORTED]
    Update: File permission on the client are 644 and selinux is disabled.

    Any ideas what could be causing this?
    Last edited by Makihiko; 12-07-2014, 12:31.
  • filipp.sudanov
    Senior Member
    Zabbix Certified Specialist
    • May 2014
    • 137

    #2
    One possible option - if you can compile and run Zabbix agent v. 2.3.2 on that machine (just temporarily, for testing), then this version would give you a detailed explanation in addition to ZBX_NOTSUPPORTED.

    I am not sure, if 2.2 server will work with 2.3 agent, if it does not, you can try to use zabbix_get to get data from agent.

    Comment

    Working...