Ad Widget

Collapse

Howt do you Disable Default 30s Auto Refresh for Graph viewing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tommyboy
    Junior Member
    • Mar 2010
    • 11

    #1

    Howt do you Disable Default 30s Auto Refresh for Graph viewing

    Hi Is there a way to disable the default 30 second Auto Refresh when viewing the graphs for example, when analysing graph trends.

    Thanks in Advance.

    PS I prefer not to use a Browser-plug-in that disables the auto refresh.
  • danrog
    Senior Member
    • Sep 2009
    • 164

    #2
    Click the profile link on the top right and change your refresh rate there. This will change the refresh rate of most pages.

    Comment

    • fjrial
      Senior Member
      • Feb 2010
      • 140

      #3
      In screens.php there is this line of code:
      Code:
      define('ZBX_PAGE_DO_REFRESH', 1);
      which sets this variable in order to do the refresh in that page.

      You can comment/change that variable in screens.php and then, the Screen sections will not reload anymore.. but other pages will still reload..

      Maybe this variable exists in the other frontend pages

      Cheers.

      Comment

      • chiliarch
        Junior Member
        • Mar 2014
        • 4

        #4
        Originally posted by fjrial
        In screens.php there is this line of code:
        Code:
        define('ZBX_PAGE_DO_REFRESH', 1);
        which sets this variable in order to do the refresh in that page.

        You can comment/change that variable in screens.php and then, the Screen sections will not reload anymore.. but other pages will still reload..

        Maybe this variable exists in the other frontend pages

        Cheers.
        thanks,this helps me a lot.

        Comment

        Working...