Ad Widget

Collapse

Dashboard Graph is not refreshing automatically anymore

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shlomia
    Member
    • Jul 2020
    • 38

    #1

    Dashboard Graph is not refreshing automatically anymore

    Hi, So I recently noticed that my dashboard graphs are not automatically refreshing even tough it's configured to refresh every 1 minute.
    I tried to update Chrome, I tried to relog, I tried to update the Zabbix version, I tried to use Firefox instead.
    None of the above worked.
    Any idea what can cause this happen?

    Thanks
  • mansourh12120
    Junior Member
    • Jun 2021
    • 10

    #2
    hello every body!
    i created a file in externalscript and wrote below script in it

    #!/bin/bash
    packetloss= 'ping -q -i0.30 -n -s 50 -c5 ${1} | grep "packet loss" | cut -d " " -f6 | cut -d "%" -f1
    [ -z "$ {packetloss}" ] && packetloss=100
    echo "${packetloss}"

    now i create an item with key packetloss(script file name) but i get this error" value of type "string" is not suitable for value type(float)".value "connect:invalid argument
    thanks

    Comment

    • mintamanta
      Junior Member
      • Nov 2020
      • 14

      #3
      Hi,

      You can read about dashboard refresh here: https://support.zabbix.com/browse/ZBX-19419
      You can find update in 5.4.6: https://www.zabbix.com/rn/rn5.4.6
      Or apply quick fix: edit Widget set Time Period. Do it at every widget.

      Regards, mintamanta

      Comment

      Working...