Ad Widget

Collapse

1.8.3rc3 - Slideshow gone nuts!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zalex_ua
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2009
    • 1286

    #16
    Originally posted by richlv
    well, if you can reproduce the problem of not being able to save the multiplier, that would be very nice to fix.
    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';
    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 |
    +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+
    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:
    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 |
    +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+
    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:
    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 |
    +-----------+--------+-------------------------------+------+----------+-----------+-----------+--------+------+
    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.
    Last edited by zalex_ua; 18-08-2010, 12:23. Reason: added question

    Comment

    • richlv
      Senior Member
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Oct 2005
      • 3112

      #17
      thanks for the detailed information.
      i would argue that 1.8.3 should have used refresh multiplier of 1 of no valid multiplier is found - could you please create a new issue for that ?
      Zabbix 3.0 Network Monitoring book

      Comment

      • zalex_ua
        Senior Member
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Oct 2009
        • 1286

        #18
        Originally posted by richlv
        could you please create a new issue for that ?
        What, again, I must create?
        If I will often make requests to the tracker, then I'll be tired of you fast
        or not?
        Okay. https://support.zabbix.com/browse/ZBX-2899

        Comment

        Working...