The problem is uniquely determined, and found it under another sub-problem.
We work in version 182.
Make a clean table "profiles"
Go to the slideshow WITHOUT chosen interval Refresh.
Check DB.
mysql> select * from profiles where idx = 'web.slides.rf_rate.hat_slides';
Upgrading to version 183 and see that no multiplier is not selected. Slides are switched very quickly - about 5 seconds, although the delay in setting the default 30 seconds and for the slides - 15, 20 seconds, respectively.
change the multiplier to 1.5
slides immediately switch correctly
Go back to version 182.
Make a clean table "profiles", we go to the slideshow and switches REFRESH interval of 30 seconds in the viewing mode:
Upgrading to version 183, we see that no multiplier is not selected. Slides do not switch at all !!!!!!!!
change the multiplier to 1.5
get into the database correct options:
but the slides still do not change.
Do REFRESH the page in a browser, and then slides begin to switch correctly.
To correct this problem or not up to you
But the documentation should probably indicate that in version 183 need to choose a one-time multiplier for each slide show that was used in previous versions, otherwise users will swear.
added:
Now you understand why I spent the whole day preparing a request?
https://support.zabbix.com/browse/ZBX-2852
Bearing in mind that a slide show I have not used at all, but simply checking the translation of documentation, I decided to check whether the selected concepts successfully.
Good luck.
We work in version 182.
Make a clean table "profiles"
Go to the slideshow WITHOUT chosen interval Refresh.
Check DB.
mysql> select * from profiles where idx = 'web.slides.rf_rate.hat_slides';
Code:
+-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+ | profileid | userid | idx | idx2 | value_id | value_int | value_str | source | type | +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+ | 13510 | 3 | web.slides.rf_rate.hat_slides | 3 | 0 | 0 | | | 2 | +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+
Upgrading to version 183 and see that no multiplier is not selected. Slides are switched very quickly - about 5 seconds, although the delay in setting the default 30 seconds and for the slides - 15, 20 seconds, respectively.
change the multiplier to 1.5
Code:
+-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+ | profileid | userid | idx | idx2 | value_id | value_int | value_str | source | type | +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+ | 13510 | 3 | web.slides.rf_rate.hat_slides | 3 | 0 | 0 | 1.5 | | 3 | +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+
Go back to version 182.
Make a clean table "profiles", we go to the slideshow and switches REFRESH interval of 30 seconds in the viewing mode:
Code:
+-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+ | profileid | userid | idx | idx2 | value_id | value_int | value_str | source | type | +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+ | 13510 | 3 | web.slides.rf_rate.hat_slides | 3 | 0 | 30 | | | 2 | +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+
change the multiplier to 1.5
get into the database correct options:
Code:
+-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+ | profileid | userid | idx | idx2 | value_id | value_int | value_str | source | type | +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+ | 13510 | 3 | web.slides.rf_rate.hat_slides | 3 | 0 | 30 | 1.5 | | 3 | +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+
Do REFRESH the page in a browser, and then slides begin to switch correctly.
To correct this problem or not up to you

But the documentation should probably indicate that in version 183 need to choose a one-time multiplier for each slide show that was used in previous versions, otherwise users will swear.
added:
Now you understand why I spent the whole day preparing a request?
https://support.zabbix.com/browse/ZBX-2852

Bearing in mind that a slide show I have not used at all, but simply checking the translation of documentation, I decided to check whether the selected concepts successfully.
Good luck.

Comment