Ad Widget

Collapse

UserParameters doesn't show on GUI

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fttech
    Junior Member
    • Mar 2018
    • 2

    #1

    UserParameters doesn't show on GUI

    I have a very strange issue.

    I am using userparameter to capture the state of the RAID disk. It's been working on all of our server except this new one.

    I defined 4 UserParameters in zabbix_agentd.conf, 3 of 4 worked.

    I checked the log and ran the command on the terminal and I can get the data. However, there's no data on the zabbix GUI, I assumed the it's not recorded on the DB.

    On Server: zabbix_get -s client_IP -k "hw.raid.physical_disk[0,32,1,"firmware_state"]"

    got return of 0 which is a correct output

    on client: sudo -u zabbix /usr/sbin/zabbix_agentd -t hw.raid.physical_disk[0,32,1,"firmware_state"]

    [t|0]

    Please help!!
  • LenR
    Senior Member
    • Sep 2009
    • 1005

    #2
    What is the update interval of the item?

    On the gui, include missing values, then graph this item for 7 days.

    Sometimes infrequently updated items don't appear (if they are over 1 day I think)

    Comment

    • volter
      Member
      Zabbix Certified Specialist
      • Dec 2011
      • 85

      #3
      Or maybe it takes too long and times out. Anything in the error column for this item?

      Comment

      Working...