• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Bandwidth chart not reporting

Scheduled Pinned Locked Moved Solved
Bug Reports
2
14
2.9k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W
    Wayne Workman
    last edited by Nov 7, 2016, 1:55 PM

    Server
    • FOG Version: 1.3.0 RC-20
    • OS: CentOS 7
    Description

    The bandwidth chart is not reporting anything. Interestingly, it’s also missing the interface name in the graph, too. In the pictures below, you can see that iftop -n accurately shows the bandwidth but the bandwidth chart isn’t.

    0_1478526916566_upload-55e75ef0-ab3a-45c8-b32a-a1ee37cbe035

    0_1478526898958_upload-5036c599-1d1a-46ea-85fe-70ca5e086764

    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
    Daily Clean Installation Results:
    https://fogtesting.fogproject.us/
    FOG Reporting:
    https://fog-external-reporting-results.fogproject.us/

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Nov 7, 2016, 1:56 PM

      not a bug, in the sense that you need to probably check your fogurlrequests file and make the edits to adjust the timeout values.

      I don’t know how much delay is the “goldilocks” value yet. I will likely be adding a timeout setting (in milliseconds) to the db for this timeout value to operate against.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      W 1 Reply Last reply Nov 7, 2016, 2:33 PM Reply Quote 0
      • W
        Wayne Workman @Tom Elliott
        last edited by Nov 7, 2016, 2:33 PM

        @Tom-Elliott said in Bandwidth chart not reporting:

        you need to probably check your fogurlrequests file and make the edits to adjust the timeout values.

        I edited /var/www/html/fog/lib/fog/fogurlrequests.class.php and I just added another zero onto private $_timeout = 864000; but it didn’t make a difference. Then I stuck two more zeros onto that and that didn’t make a difference. Then I just set it to zero and that didn’t change anything either.
        So I put it back to the original value, 86400.

        I’ve changed the below setting to 1, 5, and 10 and it does the same for each.
        Web Interface -> FOG Configuration -> FOG Settings -> General Settings -> FOG_BANDWIDTH_TIME

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        T 2 Replies Last reply Nov 7, 2016, 2:37 PM Reply Quote 0
        • T
          Tom Elliott @Wayne Workman
          last edited by Nov 7, 2016, 2:37 PM

          @Wayne-Workman not that timeout.

          The one in the CONNECTTIMEOUT_MS. Those are what need editing. The maintimeout is not what’s causing these things not to display.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott @Wayne Workman
            last edited by Nov 7, 2016, 2:37 PM

            @Wayne-Workman There’s two parts. I just can’t tell you the lines right now.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman
              last edited by Nov 7, 2016, 3:55 PM

              Possible similar issue:
              https://forums.fogproject.org/topic/8914/activity-dashboard

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Nov 7, 2016, 3:56 PM

                Can you repull and try again?

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                W 1 Reply Last reply Nov 7, 2016, 4:02 PM Reply Quote 0
                • W
                  Wayne Workman @Tom Elliott
                  last edited by Nov 7, 2016, 4:02 PM

                  @Tom-Elliott On svn 6011, still same behavior.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  T 1 Reply Last reply Nov 7, 2016, 4:06 PM Reply Quote 0
                  • T
                    Tom Elliott @Wayne Workman
                    last edited by Nov 7, 2016, 4:06 PM

                    @Wayne-Workman All nodes are on the same version?

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    W 1 Reply Last reply Nov 7, 2016, 4:07 PM Reply Quote 0
                    • W
                      Wayne Workman @Tom Elliott
                      last edited by Nov 7, 2016, 4:07 PM

                      @Tom-Elliott No… I just updated the main. I figured that’s the one that matters since it’s the only one that has it’s graph enabled.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      T 1 Reply Last reply Nov 7, 2016, 6:55 PM Reply Quote 0
                      • T
                        Tom Elliott @Wayne Workman
                        last edited by Nov 7, 2016, 6:55 PM

                        @Wayne-Workman Any word?

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        1 Reply Last reply Reply Quote 0
                        • T
                          Tom Elliott
                          last edited by Nov 8, 2016, 12:00 PM

                          Just pushing to top of the list.

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                          1 Reply Last reply Reply Quote 0
                          • W
                            Wayne Workman
                            last edited by Nov 10, 2016, 9:08 PM

                            As of RC-23 this is partially fixed. The graph now collects 2 minutes of data on the 2 minute tab, however the main server in the bandwidth chart still isn’t reporting the interface name beside the node name like it should.

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            1 Reply Last reply Reply Quote 0
                            • W
                              Wayne Workman
                              last edited by Nov 10, 2016, 9:12 PM

                              Ok, so the interface name wasn’t showing because somehow it was wrong in the storage node’s settings.

                              I never changed that… so that’s probably something broken with the auto-registering auto-correcting stuff @Tom-Elliott

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                              Daily Clean Installation Results:
                              https://fogtesting.fogproject.us/
                              FOG Reporting:
                              https://fog-external-reporting-results.fogproject.us/

                              1 Reply Last reply Reply Quote 0
                              • 1 / 1
                              1 / 1
                              • First post
                                10/14
                                Last post

                              162

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project