Ad Widget

Collapse

vfs.fs.discovery not supported by Zabbix Agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fallwor
    Junior Member
    • Mar 2013
    • 19

    #1

    vfs.fs.discovery not supported by Zabbix Agent

    hello,

    I am at the moment running 3 servers under Zabbix Monitoring.
    All servers run Centos 6.4.
    On server A it autodiscovered the Mounted Filesystem and Network Interface from the default Linux OS template.
    On server B it also discovered these 2 items but it tells me it is not supported.
    There is nothing in the server log on this.
    There is also nothing in the agent log about this.

    Did I forget to install something that the agent needs to read these things from my server?

    zabbix_get -s ServerB -k vfs.fs.discovery
    ZBX_NOTSUPPORTED


    zabbix_get -s ServerA -k vfs.fs.discovery
    {
    "data":[
    {
    "{#FSNAME}":"...",
    "{#FSTYPE}":"..."},
    ...
    ]}


    Thanks
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    What is the output of the following commands (executed on ServerB)?
    Code:
    # /usr/sbin/zabbix_agentd -t vfs.fs.discovery
    # /bin/cat /proc/mounts

    Comment

    • fallwor
      Junior Member
      • Mar 2013
      • 19

      #3
      Hey BDiE8VNy,

      Here is my output:
      Code:
      [root@ServerB]# /usr/sbin/zabbix_agentd -t vfs.fs.discovery
      vfs.fs.discovery                              [m|ZBX_NOTSUPPORTED]
      [root@ServerB]# /bin/cat /proc/mounts
      rootfs / rootfs rw 0 0
      proc /proc proc rw,relatime 0 0
      sysfs /sys sysfs rw,relatime 0 0
      devtmpfs /dev devtmpfs rw,relatime,size=16367780k,nr_inodes=4091945,mode=755 0 0
      devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
      tmpfs /dev/shm tmpfs rw,relatime 0 0
      /dev/md2 / ext4 rw,relatime,barrier=1,data=ordered 0 0
      /proc/bus/usb /proc/bus/usb usbfs rw,relatime 0 0
      /dev/md1 /boot ext3 rw,relatime,errors=continue,barrier=1,data=ordered 0 0
      /dev/md3 /home ext4 rw,relatime,barrier=1,data=ordered,usrquota,grpquota 0 0
      none /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0

      Comment

      • mbsit
        Senior Member
        • Sep 2012
        • 130

        #4
        Is the agent on ServerB version > 2.0?

        Bests,
        Grzegorz

        --
        Wdrożenia Zabbix - Warszawa
        Pozdrawiam
        Grzegorz Grabowski
        ____
        Wdrożenia, szkolenia, umowy serwisowe
        Warszawa - Polska

        Comment

        • fallwor
          Junior Member
          • Mar 2013
          • 19

          #5
          ah. Indeed. It seemed to be 1.8. Version 2.0.6 works flawlesly.


          Thanks for suggesting that.

          Comment

          • Michael0
            Member
            • Jan 2013
            • 70

            #6
            I have a similar problem.

            Zabbix Server is running version 2.0.6

            Two equal windows servers running zabbix agent 2.0.4

            For one windows server mounted filesystem discovery is working, for the other server the discovery rules became unsupported by zabbix agent.

            Server 1 --> ok:

            zabbix_get -s Server1 -k vfs.fs.discovery
            {
            "data":[
            {
            "{#FSNAME}":"C:",
            "{#FSTYPE}":"NTFS"},
            {
            "{#FSNAME}":"D:",
            "{#FSTYPE}":"NTFS"}]}

            Server2 not ok --> zabbix_get -s Server2 -k vfs.fs.discovery
            ZBX_NOTSUPPORTED

            I can´t figure out why...

            Thanks for hints!

            Comment

            • tchjts1
              Senior Member
              • May 2008
              • 1605

              #7
              Any chance one is a 32bit and one is a 64bit... and one has the wrong agent installed?

              Comment

              Working...