I have upgraded to version 1.1.3 and I have notice that on the Monitoring - Latest Data screen by throughputs are now showing 0 b/s. If I click on the graph, I can actually see that data is coming in This was working on 1.1.2 before I upgraded. Has anyone else experienced this too?
Ad Widget
Collapse
Version 1.1.3 - Monitoring - Latest Data
Collapse
X
-
Tags: None
-
I confirm this problem. It is more serious than that. It affects calculation of triggers and actions for items having Delta Speed per Second.
Fix, file zabbix_server/functions.c, function update_item():
/* Required for nodata() */
/* Comment this line */
/* item->lastclock = now;*/
Add this line:
/* New line, add it to line 850 */
item->lastclock = now;
return ret;
}Comment
-
Wrong line. Right line 805.
PS Patch in attach.Attached FilesLast edited by sauron; 24-10-2006, 10:17.Comment
-
Ah, typing too fast, sorry! Yes, line 805! Thanks
Comment
-
Alexei, thanks for the quick response. I am trying the fix now and I will send you and update on my findings.Comment
-
Alexei,
Your fixed worked perfectly. Thanks for the quick fix. I now see throughput on my interface monitors.Comment
-
patch worked for me using v1.1.3 with fedora core 5 x64 system!
Thank you!Big ZABBIX is watching you!
(... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)
Comment
-
Delta changes after release
As i suggested elsewhere, this information should be made available in the download page for the release 1.1.3; else needless hours will be spent trying to fix a problem which has already been fixed.Originally posted by just2blue4upatch worked for me using v1.1.3 with fedora core 5 x64 system!
Thank you!Comment
-
We are changing structure of www.zabbix.com in order to address the visibility issue in next couple of weeks. Better release-oriented resources will appear there soon.Comment
-
-
I believe the new layout is more user-friendly: http://www.zabbix.com/product.phpOriginally posted by ShivaAs i suggested elsewhere, this information should be made available in the download page for the release 1.1.3; else needless hours will be spent trying to fix a problem which has already been fixed.
Enjoy!
Comment
-
Perfect!
Thanks Alexei!Originally posted by AlexeiI believe the new layout is more user-friendly: http://www.zabbix.com/product.php
Enjoy!Comment
Comment