Ad Widget

Collapse

vfs.dev.read/write not supported in Solaris 10 ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • just4fun
    Member
    • Jun 2010
    • 32

    #1

    vfs.dev.read/write not supported in Solaris 10 ?

    Hi all,

    I'd like to use vfs.dev.read and write on my Solaris 10 agent (1.8.2)
    but different to the documentation (which says it should) zabbix_agentd
    gives me a ZBX_NOTSUPPORTED for it...

    Any idea what I'm doing wrong?

    Thanks,
    Christian
  • accid
    Junior Member
    • May 2009
    • 7

    #2
    *bump*

    I'm also still interested in this :-)

    Agentversion: 1.4.6 (manual says, it should work)

    I tried different things without luck for the following device/mountpoint:


    -bash-3.00$ mount | grep qfs3

    /qfs3 on /qfs3 read/write/setuid/devices/dev=34c001e on Mon Apr 4 03:24:36 2011



    -bash-3.00$ ./zabbix_get -s xxx.xxx.xxx.xxx -p 10080 -k "vfs.dev.read[34c001e,bytes]"
    ZBX_NOTSUPPORTED

    -bash-3.00$ ./zabbix_get -s xxx.xxx.xxx.xxx -p 10080 -k "vfs.dev.read[dev=34c001e,bytes]"
    ZBX_NOTSUPPORTED

    -bash-3.00$ ./zabbix_get -s xxx.xxx.xxx.xxx -p 10080 -k "vfs.dev.read[qfs3,bytes]"
    ZBX_NOTSUPPORTED

    Comment

    Working...