Ad Widget

Collapse

Dashboard graph scale weirdness

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MitchC
    Junior Member
    • Jun 2023
    • 4

    #1

    Dashboard graph scale weirdness

    Zabbix 6.4.3 mysql

    In one of my dashboard graphs I'm showing ICMP response time and the result of a dependent item of a script item both on the left axis. Even though the values for both are < 100 ms, the scale is way off. Seems like it might be treating the 2nd item (script item) as seconds even though it is defined in the item as ms. I see that the ICMP item is defined as unit=s, but it seems like the graph is supposed to handle this correctly?

    When I put my script item in a graph by itself, the scale works correctly.

    Am I missing something?
    Attached Files
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4811

    #2
    Are you saving your item in milliseconds and other item in seconds? ... so in db they probably are like 39 and 0.039 ?... trying to put those numbers on same graph ends up as your pic shows... one is visible, one is not, 1000x difference, even if legend does some "magic" based on units and shows both numbers as "milliseconds". Try to save numbers in same scale, or use different axis' for each..

    Comment

    Working...