[ZBX-3109] Slideshow starts over between sixth and seventh loop Created: 2010 Oct 18  Updated: 2017 May 30  Resolved: 2011 Aug 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: None
Affects Version/s: 1.8.1
Fix Version/s: 2.0.0

Type: Incident report Priority: Major
Reporter: TME 520 Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: slideshows
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Zabbix server side : Linux 2.6.32-308-ec2 #15-Ubuntu SMP Thu Aug 19 04:03:34 UTC 2010 x86_64 GNU/Linux
Client side : Linux 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux – Firefox 3.6.10


Issue Links:
Duplicate
is duplicated by ZBX-3108 Slideshow starts over between sixth a... Closed

 Description   

Hello, well, it's the first time I report a bug for Zabbix, I hope I'm doing it properly.

We are using Zabbix at work and I have been asked to create a slideshow containing a best of the machines and stuff we have to keep an eye on.

I noticed something strange : the slideshow starts over from the beginning somewhere between the sixth and the seventh screen, no matter the delay I entered during the creation process.

It means I can't have slideshows longer than 6 screens ; I made a quick search into your bug report system and found nothing similar.

Could you please investigate ? Maybe it's nothing, maybe it's a mistake on my side (I really hope not).

Regards,
TME520



 Comments   
Comment by richlv [ 2010 Oct 18 ]

in the upper right corner when viewing a slideshow, there's a button that gives you a multiplier dropdown. if you open that dropdown and choose any value, does that allow the slideshow to continue ?

Comment by TME 520 [ 2010 Oct 18 ]

Good idea, but unfortunately, the multiplier seems to have no action (tried with Firefox 3.6.10 and Chromium 6.0.472.62). I noticed something while testing this suggestion : The title of the web page doesn't change, it always says "refresh every 30 sec".

Comment by Oleksii Zagorskyi [ 2010 Oct 18 ]

may be related to ZBX-2899 ?

Comment by richlv [ 2010 Oct 18 ]

good point. tme 520, you could try executing :
delete from profiles where idx='web.slides.rf_rate.hat_slides';

on your zabbix db, then reopening slideshow & selecting refresh rate again. does that help any ?

Comment by TME 520 [ 2010 Oct 18 ]

mysql> select * from profiles where idx='web.slides.rf_rate.hat_slides';
--------------------------------------------------------------------------------------

profileid userid idx idx2 value_id value_int value_str source type

--------------------------------------------------------------------------------------

35958 11 web.slides.rf_rate.hat_slides 1 0 0     2
35969 11 web.slides.rf_rate.hat_slides 2 0 120     2
35974 11 web.slides.rf_rate.hat_slides 3 0 0     2
35977 11 web.slides.rf_rate.hat_slides 5 0 0     2
35980 11 web.slides.rf_rate.hat_slides 6 0 0     2
36003 11 web.slides.rf_rate.hat_slides 7 0 0     2
36006 11 web.slides.rf_rate.hat_slides 8 0 0     2
36009 11 web.slides.rf_rate.hat_slides 9 0 0     2

--------------------------------------------------------------------------------------
8 rows in set (0.00 sec)

mysql> delete from profiles where idx='web.slides.rf_rate.hat_slides';
Query OK, 8 rows affected (0.00 sec)

mysql>

--8<-----

The DELETE didn't solved the problem. Here comes a summary of what's happening :

1/ After the DELETE, "profile" table is empty :

mysql> select * from profiles where idx='web.slides.rf_rate.hat_slides';
Empty set (0.00 sec)

2/ Just after I select a refresh delay of 900 seconds, a new line appears :

mysql> select * from profiles where idx='web.slides.rf_rate.hat_slides';
--------------------------------------------------------------------------------------

profileid userid idx idx2 value_id value_int value_str source type

--------------------------------------------------------------------------------------

36014 11 web.slides.rf_rate.hat_slides 9 0 900     2

--------------------------------------------------------------------------------------
1 row in set (0.00 sec)

3/ But, for an unknown reason, this line changes after a few seconds :

mysql> select * from profiles where idx='web.slides.rf_rate.hat_slides';
--------------------------------------------------------------------------------------

profileid userid idx idx2 value_id value_int value_str source type

--------------------------------------------------------------------------------------

36014 11 web.slides.rf_rate.hat_slides 9 0 0     2

--------------------------------------------------------------------------------------
1 row in set (0.00 sec)

mysql>

VoilĂ , I hope it will help investigate.

Kind regards,
TME520

Comment by TME 520 [ 2010 Oct 18 ]

Same thing happens when I manually update the DB :

mysql> update profiles set value_int=900 where idx='web.slides.rf_rate.hat_slides';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0

mysql> select * from profiles where idx='web.slides.rf_rate.hat_slides';
--------------------------------------------------------------------------------------

profileid userid idx idx2 value_id value_int value_str source type

--------------------------------------------------------------------------------------

36014 11 web.slides.rf_rate.hat_slides 9 0 900     2

--------------------------------------------------------------------------------------
1 row in set (0.00 sec)

mysql> select * from profiles where idx='web.slides.rf_rate.hat_slides';
--------------------------------------------------------------------------------------

profileid userid idx idx2 value_id value_int value_str source type

--------------------------------------------------------------------------------------

36014 11 web.slides.rf_rate.hat_slides 9 0 0     2

--------------------------------------------------------------------------------------
1 row in set (0.00 sec)

mysql>

Comment by richlv [ 2010 Oct 18 ]

ok, i suspect this might be fixed in 1.8.4. please try with 1.8.4rc1 or svn head - does that help any ?

Comment by TME 520 [ 2010 Oct 22 ]

Many thanks for your help on this case ; I will wait for the final release of Zabbix server 1.8.4 to come up.

Comment by richlv [ 2011 Aug 29 ]

please reopen if still reproducible in latest stable version

Generated at Sat Apr 27 07:20:57 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.