Ad Widget

Collapse

some item in solaris not supported by ZABBIX agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • standist
    Junior Member
    • Jan 2008
    • 11

    #1

    some item in solaris not supported by ZABBIX agent

    I used a solaris template in default installation.
    but some item in solaris not supported by ZABBIX agent.
    Server 1.4.4 and agent 1.4.4(for solaris 10 sparc download form www.zabbix.com)
    is there something wrong

    vm.memory.size[buffers]
    vm.memory.size[cached]
  • lamont
    Member
    • Nov 2007
    • 89

    #2
    Originally posted by standist
    I used a solaris template in default installation.
    but some item in solaris not supported by ZABBIX agent.
    Server 1.4.4 and agent 1.4.4(for solaris 10 sparc download form www.zabbix.com)
    is there something wrong

    vm.memory.size[buffers]
    vm.memory.size[cached]
    if you read src/libs/zbxsysinfo/solaris/memory.c the only supported vm.memory.size parameters on solaris are 'free' and 'total'. the 'buffers' and 'cached' arguments are sort of linuxisms -- its been about 8 years since i played around with solaris boxes so i couldn't tell you what similar values there are for solaris, but whatever they are, zabbix 1.4.4 doesn't support them...

    Comment

    • standist
      Junior Member
      • Jan 2008
      • 11

      #3
      thanks

      I read the manual ,there is a matrix about agent supported feature and platform.
      there not support by solaris client.
      I just wonder why those item apper in the default template of solaris.

      Comment

      Working...