PDA

View Full Version : Latest Data Graphs - Missing Graph Lines


kmh27
10-02-2005, 15:44
Using 1.1 alpha 5

I'm trying to figure out why I don't see lines on my latest data graphs.

On the "Latest Hour Graph" I see the axis with apropriate value ranges and values in the legend. However I don't get a line on the graph. I've tried changing the start date/time and period but I can't get the line to show.

If I switch to the "Last hour graph (diff)" I do see the complete graph.

This particular item is monitored every 5 minutes.

Alexei
10-02-2005, 17:34
Please, give us a screenshot.

kmh27
10-02-2005, 21:14
I've got graph lines on some items, but no others.

Seems like I'm not seeing them on items that I'm trapping (using zabbix_sender).
Perhaps it's that the item values are too static or too whole (integers).

http://s94019937.onlinehome.us/no_lines.jpg

Alexei
10-02-2005, 21:32
You said that you monitor this particular item every 5 minutes?! Note that graphs do not show lines if only one single value selected for displaying.

kmh27
10-02-2005, 21:48
I was afraid that might cause confusion, the interface was down temporarily before i took the screen shot.

Here's a new one with more data

First the data:
2005.Feb.10 13:55:01 0.0000
2005.Feb.10 13:50:22 8.0000
2005.Feb.10 13:45:01 8.0000
2005.Feb.10 13:40:01 8.0000
2005.Feb.10 13:35:02 1.0000
2005.Feb.10 13:30:04 1.0000
2005.Feb.10 13:25:01 1.0000
2005.Feb.10 13:20:01 1.0000
2005.Feb.10 13:15:01 1.0000
2005.Feb.10 13:10:01 1.0000

http://s94019937.onlinehome.us/new_no_lines.jpg

kmh27
10-02-2005, 21:57
Here's a more dynamic example.

Again a trapped item, w/ data being sent every 5 min.

2005.Feb.10 13:55:01 311.0000
2005.Feb.10 13:50:22 20990.0000
2005.Feb.10 13:45:01 291.0000
2005.Feb.10 13:40:01 290.0000
2005.Feb.10 13:35:02 300.0000
2005.Feb.10 13:30:04 2794.0000
2005.Feb.10 13:25:01 360.0000
2005.Feb.10 13:20:01 0.0000
2005.Feb.10 13:15:01 0.0000
2005.Feb.10 13:10:02 0.0000

http://s94019937.onlinehome.us/more_no_lines.jpg

kmh27
18-02-2005, 01:12
I'm still struggling with this.

It seems that any item that I'm watching via a trapper is not generating graph data.

All items I'm tracking are on a five minute interval.

Can anyone confirm they get graphs (either latest data or custom graph) with trapped items?

kmh27
16-03-2005, 15:14
Has anyone else experienced this issue?

The last hour graph is still not working for me. It seems any item I'm monitoring using a trapper does not display in the default latest data graph (last hour or other time periods). I do have other graphs working for items from an agent or simple checks (ie ping).

The last hour diff graphs work too.

any advice?

RandySpinaGE
16-10-2006, 17:38
Rather than start a new thread I found this old one.
I have the same symptom.
I am sending traps with zabbix_sender and the values are listed perfectly in "500 latest values".

However, so it seems the only way I can get a line on the graph is to use 12hr period. 8hr kinda works but has a few holes, 4hr has more holes, 2hrs is missing latest data, 1hr barely any lines.

What is the intended graphing supposed to be. I thought it would just connect the dots (so to speak) No matter how long in between sending traps.

I am using 1.1

Thank you.

Alexei
16-10-2006, 20:18
As a workaround you may run:

update items set delay=3600 where type=2

The issue will be fixed in 1.1.3.

rapt
02-11-2010, 17:13
I'm running 1.8.3 and am seeing this very behaviour. For some inexplicable reason, the latest data points from zabbix_sender aren't being graphed.

The data is all intact and correct when I look at Latest Data etc.

Any pointers?