Ad Widget

Collapse

2 clients with same hardware & zabbix Clients support different Items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • just2blue4u
    Senior Member
    • Apr 2006
    • 347

    #1

    2 clients with same hardware & zabbix Clients support different Items

    Hi everybody!

    I have 2 Clients (both Fedora Core 3, P4 3200MHz, 4x512MB RAM) with the same configuration and software.
    Both are monitored using the same client, server, template.

    One gives correct values for "proc_cnt[httpd]", the other doesn't even support that item!
    Same with my UserParameter "sensor.tem1": its in both agentd.confs. One shows the Value, the other says "not supported".

    with zabbix_agentd -p executed locally, that items are both supported and i get correct values. Only in the server GUI that mysterious behaviour is shown...

    thx for help,
    J2B4U
    Big ZABBIX is watching you!
    (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)
  • xaitax
    Member
    • Apr 2006
    • 39

    #2
    Code:
    ./zabbix_get -s$ip -k$key
    Does this works fine, if executed on server and give you correct results?

    - xai

    Comment

    • just2blue4u
      Senior Member
      • Apr 2006
      • 347

      #3
      I don't know why, but now both do not support proc_cnt[httpd]...

      eubicon-1.bfk:
      - in Server GUI:
      - sensor.temp1 Active
      - proc_cnt[httpd] Not supported

      - on console:
      [root@dori ~]# zabbix_get -seubicon-1.bfk -ksensor.temp1
      53.00
      [root@dori ~]# zabbix_get -seubicon-1.bfk -kproc_cnt[httpd]
      ZBX_NOTSUPPORTED

      - eubicon-2.bfk:
      - in Server GUI:
      - sensor.temp1 Not supported
      - proc_cnt[httpd] Not supported

      - on console:
      [root@dori ~]# zabbix_get -seubicon-2.bfk -ksensor.temp1
      45.75
      [root@dori ~]# zabbix_get -seubicon-2.bfk -kproc_cnt[httpd]
      ZBX_NOTSUPPORTED

      why is proc_cnt[httpd] not supported?!
      And why is the difference between console and GUI in eubicon-2?
      Big ZABBIX is watching you!
      (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)

      Comment

      Working...